wip
This commit is contained in:
parent
e0fcc3ee09
commit
bdf8697e44
1 changed files with 1 additions and 3 deletions
4
.github/actions/notarize/action.yml
vendored
4
.github/actions/notarize/action.yml
vendored
|
|
@ -41,9 +41,7 @@ runs:
|
|||
-exportOptionsPlist ExportOptions.plist
|
||||
|
||||
ditto -c -k --keepParent Release/Wallet.app Upload.zip
|
||||
SUBMISSION_ID=$(xcrun notarytool submit --issuer ${{ inputs.app-store-key-issuer-id }} --key-id ${{ inputs.app-store-key-id }} --key "${PWD}/AuthKey_${{ inputs.app-store-key-id }}.p8" Upload.zip | awk '/ id:/ { print $2; exit }')
|
||||
|
||||
xcrun notarytool wait $SUBMISSION_ID --issuer ${{ inputs.app-store-key-issuer-id }} --key-id ${{ inputs.app-store-key-id }} --key "${PWD}/AuthKey_${{ inputs.app-store-key-id }}.p8"
|
||||
xcrun notarytool submit --wait --issuer ${{ inputs.app-store-key-issuer-id }} --key-id ${{ inputs.app-store-key-id }} --key "${PWD}/AuthKey_${{ inputs.app-store-key-id }}.p8" Upload.zip
|
||||
xcrun stapler staple Release/Wallet.app
|
||||
|
||||
aa archive -a lzma -b 8m -d Release -subdir Wallet.app -o Wallet.app.aar
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue