Skip to content

Commit

Permalink
Work around as per: LinusU/node-appdmg#234
Browse files Browse the repository at this point in the history
  • Loading branch information
arran4 committed Nov 14, 2023
1 parent 856f5b9 commit f8c6d3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ jobs:
- name: Package Macos App
run: |
python3 -m pip install setuptools
npm install -g appdmg
mkdir -p build/${{ env.BUILD_VERSION }}
appdmg appdmg.json build/flutter_google_datastore-macos-universal.dmg
Expand Down

0 comments on commit f8c6d3c

Please sign in to comment.