Skip to content

Commit fd4ce0f

Browse files
committed
Build and sign macOS, try 182
1 parent abe6749 commit fd4ce0f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/macos-compile-installer-sign-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,10 @@ jobs:
100100
# If a notarization fails, uncomment the following and replace the GUID with the one from
101101
# notarization output
102102
# # 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 }}
107107
108108
- name: Add certificate to Keychain
109109
env:

0 commit comments

Comments
 (0)