File tree Expand file tree Collapse file tree 1 file changed +14
-10
lines changed Expand file tree Collapse file tree 1 file changed +14
-10
lines changed Original file line number Diff line number Diff line change @@ -101,16 +101,20 @@ jobs:
101
101
# If a notarization fails, uncomment the following and replace the GUID with the one from
102
102
# notarization output
103
103
# # Get notarization log of last run
104
- - name : Get notarization log
105
- run : |
106
- #echo Before trying to get notarization log of last run
107
- #xcrun notarytool log 1445e26f-b7dc-409e-a4b5-a7ade66f6bef --apple-id ${{ secrets.SIL_APPLE_NOTARIZATION_USERNAME }} --team-id "3YE4W86L3G" --password ${{ secrets.SIL_APPLE_NOTARIZATION_PASSWORD }}
108
- pwd
109
- cd zulu-17.jdk/Contents/Home/lib/server/
110
- echo libjvm.dylib
111
- codesign -dvvv libjvm.dylib
112
- echo libjavafx_iio.dylib
113
- codesign -dvvv libjavafx_iio.dylib
104
+ # - name: Get notarization log
105
+ # run: |
106
+ # #echo Before trying to get notarization log of last run
107
+ # #xcrun notarytool log 1445e26f-b7dc-409e-a4b5-a7ade66f6bef --apple-id ${{ secrets.SIL_APPLE_NOTARIZATION_USERNAME }} --team-id "3YE4W86L3G" --password ${{ secrets.SIL_APPLE_NOTARIZATION_PASSWORD }}
108
+ # pwd
109
+ # cd zulu-17.jdk/Contents/Home/lib/server/
110
+ # echo libjvm.dylib
111
+ # codesign -dvvv libjvm.dylib
112
+ # echo spctl
113
+ # spctl -a -vvv libjvm.dylib
114
+ # echo libjavafx_iio.dylib
115
+ # codesign -dvvv libjavafx_iio.dylib
116
+ # echo spctl
117
+ # spctl -a -vvv libjavafx_iio.dylib
114
118
- name : Add certificate to Keychain
115
119
env :
116
120
MACOS_CERTIFICATE : ${{ secrets.MACOS_CERTIFICATE }}
You can’t perform that action at this time.
0 commit comments