We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e1631d commit aeb44c8Copy full SHA for aeb44c8
.github/workflows/windows-release.yml
@@ -30,10 +30,10 @@ jobs:
30
- name: Package release
31
run: |
32
cd build/windows/x64/runner/Release
33
- 7z a -tzip ../../../../zerobit_player.exe *
+ 7z a -tzip ../../../../zerobit_player.zip *
34
35
- name: Upload artifact
36
uses: actions/upload-artifact@v4
37
with:
38
name: ZeroBit-Player-Windows
39
- path: ZeroBit-Player-Windows.zip
+ path: zerobit_player.zip
0 commit comments