Skip to content

Commit 51d4803

Browse files
committed
single quote
1 parent 7033e93 commit 51d4803

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Publish
3434
run: dotnet publish -r ${{ matrix.os }} -c "$BUILD_CONFIGURATION" --self-contained
3535
- name: Set executable
36-
if: matrix.os != "win-x64"
36+
if: matrix.os != 'win-x64'
3737
run: chmod +x ${{ format('ArchipelagoDebugClient.Desktop/bin/{0}/net8.0/{1}/publish/ArchipelagoDebugClient', env.BUILD_CONFIGURATION, matrix.os) }}
3838
- name: Upload build artifacts
3939
uses: actions/upload-artifact@v6

0 commit comments

Comments
 (0)