Configure CARGO_TARGET_DIR to be inside of DerivedData
This commit is contained in:
parent
0fe630878d
commit
4334f8c9c9
3 changed files with 13 additions and 8 deletions
3
.github/actions/export/action.yml
vendored
3
.github/actions/export/action.yml
vendored
|
|
@ -37,6 +37,9 @@ runs:
|
|||
-exportArchive \
|
||||
-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