We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35c034d commit e3c2a58Copy full SHA for e3c2a58
.github/workflows/upload-release-assets.yml
@@ -58,7 +58,7 @@ jobs:
58
const packageJson = require('./package.json');
59
const packageJsonVersion = packageJson.version;
60
core.setOutput('version', packageJsonVersion);
61
- - if: matrix.npm_script == 'pack:windows':
+ - if: matrix.npm_script == 'pack:windows'
62
#fix for windows build issue #1433
63
name: Install p7zip-full nsis
64
run: sudo apt-get install -y p7zip-full nsis
0 commit comments