Skip to content

Commit e3c2a58

Browse files
authored
fix: typo (#1443)
1 parent 35c034d commit e3c2a58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload-release-assets.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
const packageJson = require('./package.json');
5959
const packageJsonVersion = packageJson.version;
6060
core.setOutput('version', packageJsonVersion);
61-
- if: matrix.npm_script == 'pack:windows':
61+
- if: matrix.npm_script == 'pack:windows'
6262
#fix for windows build issue #1433
6363
name: Install p7zip-full nsis
6464
run: sudo apt-get install -y p7zip-full nsis

0 commit comments

Comments
 (0)