Browse Source

Fix dmg build script

(cherry picked from commit 2d95adbda7)
pull/629/head
Ionite 8 months ago
parent
commit
c6a8722ab2
  1. 6
      .github/workflows/release.yml

6
.github/workflows/release.yml

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

Loading…
Cancel
Save