Skip to content

Commit

Permalink
fix: typo (#1443)
Browse files Browse the repository at this point in the history
  • Loading branch information
Amzani authored May 22, 2024
1 parent 35c034d commit e3c2a58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload-release-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
const packageJson = require('./package.json');
const packageJsonVersion = packageJson.version;
core.setOutput('version', packageJsonVersion);
- if: matrix.npm_script == 'pack:windows':
- if: matrix.npm_script == 'pack:windows'
#fix for windows build issue #1433
name: Install p7zip-full nsis
run: sudo apt-get install -y p7zip-full nsis
Expand Down

0 comments on commit e3c2a58

Please sign in to comment.