Skip to content

Commit ea7a881

Browse files
committed
Actions: fix windows zip command
1 parent 213fcde commit ea7a881

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- rid: win-x64
1616
runs-on: windows-latest
1717
archive-suffix: zip
18-
archive-cmd: zip -j
18+
archive-cmd: 7z a -tzip
1919
- rid: linux-x64
2020
runs-on: ubuntu-latest
2121
archive-suffix: tar.gz

0 commit comments

Comments
 (0)