File tree 1 file changed +1
-5
lines changed
1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -102,18 +102,14 @@ jobs:
102
102
p12-file-base64 : ${{ secrets.DEVID_CERTIFICATE_P12 }}
103
103
p12-password : ${{ secrets.DEVID_CERTIFICATE_P12_PASSWORD }}
104
104
105
- - name : List certificates
106
- if : github.event_name != 'pull_request'
107
- run : security find-identity -v -p codesigning
108
-
109
105
- name : Enable code signing
110
106
if : github.event_name != 'pull_request'
111
107
run : echo "BuildParameters=${{ env.BuildParameters }} /p:EnableCodeSigning=True" >> $GITHUB_ENV
112
108
113
109
- name : Set notarization credentials
114
110
if : startsWith(github.ref, 'refs/tags/')
115
111
run : |
116
- xcrun altool -- store-password-in-keychain-item "AC_PASSWORD " -u "${{ secrets.AC_USERNAME }}" -p "${{ secrets.AC_PASSWORD }}"
112
+ xcrun notarytool store-credentials "AC_PASSWORD" --apple-id "${{ secrets.AC_USERNAME }} " --team-id "${{ secrets.AC_TEAMID }}" --password "${{ secrets.AC_PASSWORD }}"
117
113
echo "BuildParameters=${{ env.BuildParameters }} /p:EnableNotarization=True" >> $GITHUB_ENV
118
114
119
115
- name : Build PabloDraw
You can’t perform that action at this time.
0 commit comments