Browse Source

Merge pull request #558 from LykosAI/main

Fix Release CI
pull/566/head
JT 8 months ago committed by GitHub
parent
commit
9c3e80cb4f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  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