From 7ffb18ab6825b4768d1d39f33074ceb63367d722 Mon Sep 17 00:00:00 2001 From: niuhuan Date: Sun, 5 Jun 2022 09:09:01 +0800 Subject: [PATCH] Append application-identifier befor ci build ios --- .github/workflows/Release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index bf568e1..de11c5c 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -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)