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