From 4789b54460098e7b820a329be6240a1deccdb4ec Mon Sep 17 00:00:00 2001 From: kingtous Date: Thu, 29 Dec 2022 21:17:30 +0800 Subject: [PATCH] feat: add macos codesign import --- .github/workflows/flutter-nightly.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/flutter-nightly.yml b/.github/workflows/flutter-nightly.yml index e4b049a02..ed1514770 100644 --- a/.github/workflows/flutter-nightly.yml +++ b/.github/workflows/flutter-nightly.yml @@ -149,6 +149,12 @@ jobs: - name: Checkout source code uses: actions/checkout@v3 + - name: Import the codesign cert + uses: apple-actions/import-codesign-certs@v1 + with: + p12-file-base64: ${{ secrets.MACOS_P12_BASE64 }} + p12-password: ${{ secrets.MACOS_P12_PASSWORD }} + - name: Install build runtime run: | brew install llvm create-dmg nasm yasm cmake gcc wget ninja