From 289f566989b6ea76ce2996c00439dc99a617ef7d Mon Sep 17 00:00:00 2001 From: fr00t Date: Wed, 23 Oct 2024 16:26:56 +0200 Subject: [PATCH] Update release-ci.yml --- .github/workflows/release-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-ci.yml b/.github/workflows/release-ci.yml index 11b2055..eda4c66 100644 --- a/.github/workflows/release-ci.yml +++ b/.github/workflows/release-ci.yml @@ -80,7 +80,7 @@ jobs: run: sudo snap install snapcraft --classic - name: Install the Apple certificate and provisioning profile - if: matrix.config.os == 'macos-latest' + if: matrix.config.os == 'macos-latest-not' env: BUILD_CERTIFICATE_BASE64: ${{ secrets.BUILD_CERTIFICATE_BASE64 }} P12_PASSWORD: ${{ secrets.P12_PASSWORD }}