File tree 3 files changed +3
-9
lines changed
3 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 58
58
59
59
- name : Install nortarize tools
60
60
run : |
61
- brew install mitchellh/gon /gon
61
+ brew install Bearer/tap /gon
62
62
security find-identity -v
63
63
brew install coreutils
64
64
- name : Sign binaries
99
99
- name : Notarize
100
100
env :
101
101
AC_PASSWORD : ${{secrets.APPLE_ID_PASSWORD}}
102
+ AC_PROVIDER : ${{secrets.APPLE_ID_PPOVIDER}}
103
+ AC_USERNAME : ${{secrets.APPLE_ID_USERNAME}}
102
104
run : |
103
105
cp ./bin/macosx-${{matrix.targetPlatform}}/release/libslang.dylib libslang.dylib
104
106
cp ./bin/macosx-${{matrix.targetPlatform}}/release/slangd slangd
Original file line number Diff line number Diff line change 1
1
{
2
- "apple_id" : {
3
- "username" : " yongh@outlook.com" ,
4
- "password" : " @env:AC_PASSWORD"
5
- },
6
2
"notarize" :{
7
3
"path" : " slang-macos-dist.zip" ,
8
4
"bundle_id" : " shader-slang.slang" ,
Original file line number Diff line number Diff line change 5
5
" ./bin/macosx-*/release/slangd"
6
6
],
7
7
"bundle_id" : " shader-slang.slang" ,
8
- "apple_id" : {
9
- "username" : " yongh@outlook.com" ,
10
- "password" : " @env:AC_PASSWORD"
11
- },
12
8
"sign" :{
13
9
"application_identity" : " d6ada82a113e4204aaad914e1013e9548ffd30d0"
14
10
}
You can’t perform that action at this time.
0 commit comments