Skip to content

Commit b5d53b8

Browse files
committed
Compress zip files for windows
1 parent 42e9d32 commit b5d53b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/windows-daily-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Create archive
4040
run: |
4141
cd node\out\Release
42-
tar.exe -a -c -f "libnode-${{ matrix.arch }}-windows.zip" libnode.* node.*
42+
7z a -mx9 "libnode-${{ matrix.arch }}-windows.zip" libnode.* node.*
4343
4444
- name: Upload binaries to release
4545
uses: svenstaro/upload-release-action@v2

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v22.1.0
1+
v22.0.0

0 commit comments

Comments
 (0)