From 66398053328b672fd26cf0a6e34a556bf4ec387a Mon Sep 17 00:00:00 2001 From: Pierre Ferran Date: Fri, 31 May 2024 20:25:29 -0400 Subject: [PATCH] Forgot to specify environment for codesigning --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 09ec78c..17598dc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,6 +6,7 @@ on: jobs: build: runs-on: ${{ matrix.os }} + environment: Release strategy: matrix: @@ -49,7 +50,7 @@ jobs: - name: Installing codesign certificates if: matrix.os == 'macos-latest' - uses: apple-actions/import-codesign-certs@v2 + uses: apple-actions/import-codesign-certs@v3 with: p12-file-base64: ${{ secrets.APPLE_CERT_DATA }} p12-password: ${{ secrets.APPLE_CERT_PASSWORD }}