Skip to content

Commit e7a66de

Browse files
committed
Build and sign macOS, try 186
1 parent 9243774 commit e7a66de

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

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

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -101,16 +101,20 @@ jobs:
101101
# If a notarization fails, uncomment the following and replace the GUID with the one from
102102
# notarization output
103103
# # 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
114118
- name: Add certificate to Keychain
115119
env:
116120
MACOS_CERTIFICATE: ${{ secrets.MACOS_CERTIFICATE }}

0 commit comments

Comments
 (0)