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