Skip to content

Commit 7e1631d

Browse files
authored
Fix packaging command for Windows release
1 parent 5da6056 commit 7e1631d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Package release
3131
run: |
3232
cd build/windows/x64/runner/Release
33-
7z a -tzip ../../../../ZeroBit-Player-Windows.zip *
33+
7z a -tzip ../../../../zerobit_player.exe *
3434
3535
- name: Upload artifact
3636
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)