fixing notarization step, apparently that was not how you run multi-line commands

This commit is contained in:
Tobias Hagemann
2021-08-09 17:21:11 +02:00
parent 95d8951da0
commit 558a81a80e

View File

@@ -405,7 +405,7 @@ jobs:
NOTARIZATION_APPLE_ID: ${{ secrets.MACOS_NOTARIZATION_APPLE_ID }}
NOTARIZATION_PW: ${{ secrets.MACOS_NOTARIZATION_PW }}
NOTARIZATION_TEAM_ID: ${{ secrets.MACOS_NOTARIZATION_TEAM_ID }}
run: >
run: |
sudo xcode-select -s /Applications/Xcode_13.0.app
echo "${NOTARIZATION_PW}" | xcrun notarytool submit Cryptomator-*.dmg --apple-id ${NOTARIZATION_APPLE_ID} --team-id ${NOTARIZATION_TEAM_ID} --wait
xcrun stapler staple Cryptomator-*.dmg