We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7033e93 commit 51d4803Copy full SHA for 51d4803
1 file changed
.github/workflows/build.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Publish
34
run: dotnet publish -r ${{ matrix.os }} -c "$BUILD_CONFIGURATION" --self-contained
35
- name: Set executable
36
- if: matrix.os != "win-x64"
+ if: matrix.os != 'win-x64'
37
run: chmod +x ${{ format('ArchipelagoDebugClient.Desktop/bin/{0}/net8.0/{1}/publish/ArchipelagoDebugClient', env.BUILD_CONFIGURATION, matrix.os) }}
38
- name: Upload build artifacts
39
uses: actions/upload-artifact@v6
0 commit comments