Skip to content

Commit aeb44c8

Browse files
authored
Rename output zip file for Windows release
1 parent 7e1631d commit aeb44c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/windows-release.yml

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

0 commit comments

Comments
 (0)