Skip to content

Commit

Permalink
Update release_macos.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
wilinz authored Dec 6, 2023
1 parent 07753ee commit 846aaa6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release_macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
architecture: x64 # optional, x64 or arm64
- run: flutter --version

- name: setup pod
run: pod repo update

- name: Build for macOS
run: flutter build macos --release

Expand All @@ -31,4 +34,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: aimigo.dmg
path: dmg/aimigo.dmg
path: dmg/aimigo.dmg

0 comments on commit 846aaa6

Please sign in to comment.