Skip to content

Commit

Permalink
chore: Update release.yml, install Build Tools, and update node-gyp
Browse files Browse the repository at this point in the history
  • Loading branch information
sajjadmrx committed Jun 14, 2024
1 parent be739c7 commit 7d42e7f
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,16 +66,21 @@ jobs:
- name: Install Python
run: brew install python

- name: Install Build Tools
run: |
brew install libtool automake autoconf
sudo xcode-select --install
- name: Update node-gyp
run: npm install -g node-gyp

- name: Install dependencies
run: npm ci

- name: Install dmg-license
run: npm i dmg-license

- name: Install electron-builder
run: npm i electron-builder -g

- name: Publish
env:
GH_TOKEN: ${{ secrets.TOKEN }}
run: npm run publish:mac --verbose
run: npm run publish:mac

0 comments on commit 7d42e7f

Please sign in to comment.