add --save-dev
This commit is contained in:
parent
d836c4c513
commit
e8dc59580a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-macos.yml
vendored
2
.github/workflows/build-macos.yml
vendored
|
@ -99,7 +99,7 @@ jobs:
|
||||||
|
|
||||||
- name: Add license to dmg
|
- name: Add license to dmg
|
||||||
run: |
|
run: |
|
||||||
npm install --global dmg-license
|
npm install --global dmg-license --save-dev
|
||||||
dmg-license resources/license.json dist/*.dmg
|
dmg-license resources/license.json dist/*.dmg
|
||||||
|
|
||||||
- name: Upload a Build Artifact
|
- name: Upload a Build Artifact
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue