File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -100,10 +100,10 @@ jobs:
100
100
# If a notarization fails, uncomment the following and replace the GUID with the one from
101
101
# notarization output
102
102
# # Get notarization log of last run
103
- # - name: Get notarization log
104
- # run: |
105
- # echo Before trying to get notarization log of last run
106
- # xcrun notarytool log f6df393b-e207-4207-bab0-4229c900fbb9 --apple-id ${{ secrets.SIL_APPLE_NOTARIZATION_USERNAME }} --team-id "3YE4W86L3G" --password ${{ secrets.SIL_APPLE_NOTARIZATION_PASSWORD }}
103
+ - name : Get notarization log
104
+ run : |
105
+ echo Before trying to get notarization log of last run
106
+ xcrun notarytool log 0d677821-4457-4325-bfe2-ca6fc523c472 --apple-id ${{ secrets.SIL_APPLE_NOTARIZATION_USERNAME }} --team-id "3YE4W86L3G" --password ${{ secrets.SIL_APPLE_NOTARIZATION_PASSWORD }}
107
107
108
108
- name : Add certificate to Keychain
109
109
env :
You can’t perform that action at this time.
0 commit comments