Skip to content

Commit

Permalink
Step 23
Browse files Browse the repository at this point in the history
  • Loading branch information
vprus committed Jan 29, 2024
1 parent 416c526 commit 4abb2fb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/storage-advisor-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,7 @@ jobs:
security -v delete-keychain $KEYCHAIN_NAME
zip storage-advisor.zip storage-advisor
xcrun notarytool submit --apple-id $FASTLANE_USER --password $FASTLANE_PASSWORD --team-id WDCQ6B387N storage-advisor.zip --wait
xcrun notarytool log 2efe2717-52ef-43a5-96dc-0797e4ca1041 --apple-id $FASTLANE_USER --password $FASTLANE_PASSWORD --team-id WDCQ6B387N
xcrun notarytool submit --apple-id $FASTLANE_USER --password $FASTLANE_PASSWORD --team-id WDCQ6B387N storage-advisor.zip --wait > "notarytool.log" 2>&1
SUBMISSIONID=`awk '/id: / { print $2;exit; }' notarytool.log`
echo "id: ${SUBMISSIONID}"
xcrun notarytool log ${SUBMISSIONID} --apple-id $FASTLANE_USER --password $FASTLANE_PASSWORD --team-id WDCQ6B387N

0 comments on commit 4abb2fb

Please sign in to comment.