Append application-identifier befor ci build ios

This commit is contained in:
niuhuan 2022-06-05 09:09:01 +08:00
parent f772134de3
commit 7ffb18ab68
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,7 @@ on:
workflow_dispatch:
env:
go_version: '1.16'
go_version: '1.17'
flutter_channel: 'stable'
GH_TOKEN: ${{ secrets.GH_TOKEN }}
@ -251,6 +251,7 @@ jobs:
- name: Build (ios)
if: steps.check_asset.outputs.skip_build != 'true' && matrix.config.target == 'ios'
run: |
/usr/libexec/PlistBuddy -c 'Add :application-identifier string niuhuan.pikapika' ios/Runner/Info.plist
sh scripts/build-ipa.sh
- name: Build (android-arm32)