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)