Browse Source

Merge branch 'main' of https://github.com/ionite34/StabilityMatrix

pull/558/head v2.9.3
JT 8 months ago
parent
commit
773a3a0c1c
  1. 8
      .github/workflows/release.yml

8
.github/workflows/release.yml

@ -257,13 +257,11 @@ 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
run: >

Loading…
Cancel
Save