Skip to content

Commit

Permalink
👷 package macos dmg
Browse files Browse the repository at this point in the history
  • Loading branch information
niuhuan committed Aug 29, 2024
1 parent 933c746 commit 8a2bb27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
name: Install go mobile (mobile)
run: |
go install golang.org/x/mobile/cmd/gomobile@latest
- if: steps.need_build.outputs.need_build == 'true' && matrix.config.target == 'linux'
- if: steps.need_build.outputs.need_build == 'true' && (matrix.config.target == 'linux' || matrix.config.target == 'macos')
name: Install hover
run: |
go install github.com/go-flutter-desktop/hover@latest
Expand Down

0 comments on commit 8a2bb27

Please sign in to comment.