Skip to content

Commit

Permalink
build(ci): Fix MacOS packaging
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
realth000 committed Apr 26, 2024
1 parent 6d7aca9 commit ee99b69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
flutter build macos --release
- name: Packing MacOS dmg
run: |
python3 -m pip install setuptools
brew install python-setuptools
npm install -g appdmg
appdmg appdmg.json build/tsdm_client-universal.dmg
- name: Release macOS artifacts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jobs:
- name: Packing MacOS dmg
if: ${{ github.event_name == 'push' || inputs.build_macos }}
run: |
python3 -m pip install setuptools
brew install python-setuptools
npm install -g appdmg
appdmg appdmg.json build/tsdm_client-universal.dmg
- name: Upload MacOS artifacts
Expand Down

0 comments on commit ee99b69

Please sign in to comment.