Skip to content

Commit

Permalink
👷 release core ci
Browse files Browse the repository at this point in the history
  • Loading branch information
niuhuan committed Apr 3, 2024
1 parent a7d8016 commit ce11eb1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/Release.core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@ jobs:
token: ${{ secrets.GH_TOKEN }}
path: 'go'

- if: steps.check_asset.outputs.skip_build != 'true'
name: Install go mobile (mobile)
run: |
go install golang.org/x/mobile/cmd/gomobile@latest
- name: Build (ios)
if: steps.check_asset.outputs.skip_build != 'true' && matrix.config.target == 'ios'
run: |
Expand Down

0 comments on commit ce11eb1

Please sign in to comment.