From 740f1e1391a04430fe05b130eec0ca7e85554df5 Mon Sep 17 00:00:00 2001 From: niuhuan Date: Mon, 25 Jul 2022 11:22:07 +0800 Subject: [PATCH] Upgrade --- .github/workflows/Release.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 4655071..4213184 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -255,10 +255,14 @@ jobs: hover build linux-appimage mv go/build/outputs/linux-appimage-release/*.AppImage build/build.AppImage - - name: Build (ios) + - name: Append application-identifier (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 + + - name: Build (ios) + if: steps.check_asset.outputs.skip_build != 'true' && matrix.config.target == 'ios' + run: | sh scripts/build-ipa.sh - name: Build (android-arm32)