Skip to content

Commit ec9f6fa

Browse files
committed
Fix executable name in build workflow
1 parent cc3cde3 commit ec9f6fa

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
@@ -34,7 +34,7 @@ jobs:
3434
run: dotnet publish -r ${{ matrix.os }} -c "$BUILD_CONFIGURATION" --self-contained
3535
- name: Set executable
3636
if: matrix.os != 'win-x64'
37-
run: chmod +x ${{ format('ArchipelagoDebugClient.Desktop/bin/{0}/net8.0/{1}/publish/ArchipelagoDebugClient', env.BUILD_CONFIGURATION, matrix.os) }}
37+
run: chmod +x ${{ format('ArchipelagoDebugClient.Desktop/bin/{0}/net8.0/{1}/publish/ArchipelagoDebugClient.Desktop', env.BUILD_CONFIGURATION, matrix.os) }}
3838
- name: Upload build artifacts
3939
uses: actions/upload-artifact@v6
4040
with:

0 commit comments

Comments
 (0)