Skip to content

Commit

Permalink
try to fix app size ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rinsuki committed Feb 7, 2024
1 parent 267f7d6 commit e4e7391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_stats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e4e7391

Please sign in to comment.