opt: add notarize doc
This commit is contained in:
parent
98dec7b2ef
commit
b3c8579102
1
.github/workflows/flutter-nightly.yml
vendored
1
.github/workflows/flutter-nightly.yml
vendored
@ -164,6 +164,7 @@ jobs:
|
|||||||
- name: Import notarize key
|
- name: Import notarize key
|
||||||
uses: timheuer/base64-to-file@v1.2
|
uses: timheuer/base64-to-file@v1.2
|
||||||
with:
|
with:
|
||||||
|
# https://gregoryszorc.com/docs/apple-codesign/stable/apple_codesign_rcodesign.html#notarizing-and-stapling
|
||||||
fileName: rustdesk.json
|
fileName: rustdesk.json
|
||||||
fileDir: ${{ github.workspace }}
|
fileDir: ${{ github.workspace }}
|
||||||
encodedString: ${{ secrets.MACOS_NOTARIZE_JSON }}
|
encodedString: ${{ secrets.MACOS_NOTARIZE_JSON }}
|
||||||
|
Loading…
Reference in New Issue
Block a user