From e4e7391af20829f5c7a498f5249b44bc817f53ca Mon Sep 17 00:00:00 2001 From: rinsuki <428rinsuki+git@gmail.com> Date: Thu, 8 Feb 2024 03:27:53 +0900 Subject: [PATCH] try to fix app size ci --- .github/workflows/build_stats.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_stats.yml b/.github/workflows/build_stats.yml index 482c3754..0ee3a768 100644 --- a/.github/workflows/build_stats.yml +++ b/.github/workflows/build_stats.yml @@ -27,7 +27,7 @@ jobs: xcodebuild \ -workspace iMast.xcworkspace -scheme "iMast iOS" -destination "generic/platform=iOS" -configuration Release \ build -derivedDataPath ./build \ - CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY="" | xcpretty -c + CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY="" AD_HOC_CODE_SIGNING_ALLOWED=YES | xcpretty -c - name: Export Stats run: python3 .github/export_build_stats.py ./build Release iphoneos | tee stats.json - name: Upload Stats