We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42e9d32 commit b5d53b8Copy full SHA for b5d53b8
.github/workflows/windows-daily-check.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: Create archive
40
run: |
41
cd node\out\Release
42
- tar.exe -a -c -f "libnode-${{ matrix.arch }}-windows.zip" libnode.* node.*
+ 7z a -mx9 "libnode-${{ matrix.arch }}-windows.zip" libnode.* node.*
43
44
- name: Upload binaries to release
45
uses: svenstaro/upload-release-action@v2
version.txt
@@ -1 +1 @@
1
-v22.1.0
+v22.0.0
0 commit comments