Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xianfei committed Jul 4, 2024
1 parent fb7fc01 commit b967388
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
run: |
python3 -m pip install setuptools
npm install -g appdmg@0.6.6
sed -i '' '137,149d' `npm root -g`/appdmg/lib/appdmg.js
# step3: npm install
- name: npm install
Expand All @@ -66,8 +67,6 @@ jobs:
- name: build mac app
if: matrix.os == 'macos-14'
run: |
appdmg --version
cat `npm root -g`/appdmg/schema.json
npm run package:mac64
npm run dmg
npm run package:macarm
Expand Down

0 comments on commit b967388

Please sign in to comment.