File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -136,9 +136,7 @@ jobs:
136136 -destination 'generic/platform=iOS' \
137137 -archivePath build/ios/Runner.xcarchive \
138138 CODE_SIGN_STYLE=Automatic \
139- CODE_SIGN_IDENTITY="Apple Distribution" \
140- CODE_SIGNING_REQUIRED=YES \
141- CODE_SIGNING_ALLOWED=YES \
139+ DEVELOPMENT_TEAM=CPL7H8SHVM \
142140 -allowProvisioningUpdates \
143141 -authenticationKeyIssuerID $APP_STORE_CONNECT_API_ISSUER_ID \
144142 -authenticationKeyID $APP_STORE_CONNECT_API_KEY_ID \
@@ -156,10 +154,6 @@ jobs:
156154 -authenticationKeyIssuerID $APP_STORE_CONNECT_API_ISSUER_ID \
157155 -authenticationKeyID $APP_STORE_CONNECT_API_KEY_ID \
158156 -authenticationKeyPath "$HOME/.private_keys/AuthKey_$APP_STORE_CONNECT_API_KEY_ID.p8" \
159- CODE_SIGN_STYLE=Automatic \
160- CODE_SIGN_IDENTITY="Apple Distribution" \
161- CODE_SIGNING_REQUIRED=YES \
162- CODE_SIGNING_ALLOWED=YES \
163157 | xcbeautify --renderer github-actions
164158 echo "--------------------------------"
165159 ls -lah .
You can’t perform that action at this time.
0 commit comments