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 9e107c9 commit 85dbf86Copy full SHA for 85dbf86
.github/workflows/upload-release-assets.yml
@@ -62,7 +62,8 @@ jobs:
62
#fix for windows build issue #1433
63
name: Install p7zip-full nsis
64
run: sudo apt-get install -y p7zip-full nsis
65
- - if: matrix.os == 'windows-latest'
+
66
+ - if: matrix.npm_script == 'pack:windows'
67
#npm cli 10 is buggy because of some cache issue
68
name: Install npm cli 10
69
shell: bash
0 commit comments