Skip to content

Commit 3f96cb0

Browse files
committed
Build and sign macOS, try 190
1 parent 506b434 commit 3f96cb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
#echo Before trying to get notarization log of last run
110110
#xcrun notarytool log 1445e26f-b7dc-409e-a4b5-a7ade66f6bef --apple-id ${{ secrets.SIL_APPLE_NOTARIZATION_USERNAME }} --team-id "3YE4W86L3G" --password ${{ secrets.SIL_APPLE_NOTARIZATION_PASSWORD }}
111111
pwd
112-
cd /System/Volumes/Data/Users/runner/hostedtoolcache/Java_Zulu_jdk+fx/17.0.15-6/aarch64/zulu-17.jdk/Contents/Home/lib/server
112+
sudo cd /System/Volumes/Data/Users/runner/hostedtoolcache/Java_Zulu_jdk+fx/17.0.15-6/aarch64/zulu-17.jdk/Contents/Home/lib/server
113113
echo libjvm.dylib
114114
codesign -dvvv libjvm.dylib
115115
echo spctl

0 commit comments

Comments
 (0)