From b3c8579102ccb7ca2aa6be8d50568237d7a361a2 Mon Sep 17 00:00:00 2001 From: kingtous Date: Fri, 6 Jan 2023 11:55:48 +0800 Subject: [PATCH] opt: add notarize doc --- .github/workflows/flutter-nightly.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/flutter-nightly.yml b/.github/workflows/flutter-nightly.yml index 79e7db255..7ce940b89 100644 --- a/.github/workflows/flutter-nightly.yml +++ b/.github/workflows/flutter-nightly.yml @@ -164,6 +164,7 @@ jobs: - name: Import notarize key uses: timheuer/base64-to-file@v1.2 with: + # https://gregoryszorc.com/docs/apple-codesign/stable/apple_codesign_rcodesign.html#notarizing-and-stapling fileName: rustdesk.json fileDir: ${{ github.workspace }} encodedString: ${{ secrets.MACOS_NOTARIZE_JSON }}