add --save-dev

This commit is contained in:
vapormusic 2022-02-12 20:24:31 +07:00
parent d836c4c513
commit e8dc59580a

View file

@ -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