|
|
@ -257,13 +257,11 @@ jobs: |
|
|
|
|
|
|
|
|
|
|
|
- uses: actions/setup-node@v4 |
|
|
|
- uses: actions/setup-node@v4 |
|
|
|
with: |
|
|
|
with: |
|
|
|
node-version: '20.x' |
|
|
|
node-version: '20.11.x' |
|
|
|
|
|
|
|
|
|
|
|
- name: Install dependencies for dmg creation |
|
|
|
- name: Install dependencies for dmg creation |
|
|
|
run: > |
|
|
|
run: brew install graphicsmagick imagemagick && npm install --global create-dmg |
|
|
|
npm install --global create-dmg |
|
|
|
|
|
|
|
brew install graphicsmagick imagemagick |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- name: Create dmg |
|
|
|
- name: Create dmg |
|
|
|
working-directory: signing |
|
|
|
working-directory: signing |
|
|
|
run: > |
|
|
|
run: > |
|
|
|