Update release pipelines to upload release artifacts
This commit is contained in:
parent
4334f8c9c9
commit
3cc3358a4f
4 changed files with 88 additions and 23 deletions
3
.github/actions/archive/action.yml
vendored
3
.github/actions/archive/action.yml
vendored
|
|
@ -29,6 +29,9 @@ runs:
|
|||
xcodebuild archive \
|
||||
-allowProvisioningUpdates \
|
||||
-allowProvisioningDeviceRegistration \
|
||||
-skipPackagePluginValidation \
|
||||
-skipMacroValidation \
|
||||
-onlyUsePackageVersionsFromResolvedFile \
|
||||
-authenticationKeyID ${{ inputs.app-store-key-id }} \
|
||||
-authenticationKeyIssuerID ${{ inputs.app-store-key-issuer-id }} \
|
||||
-authenticationKeyPath "${PWD}/AuthKey_${{ inputs.app-store-key-id }}.p8" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue