From c8c874bbd094ec99b37b4214d4b4059ca669a664 Mon Sep 17 00:00:00 2001 From: patrikx3 Date: Tue, 21 May 2024 00:52:46 +0200 Subject: [PATCH] r0b08x [chore] 5/21/2024, 12:52:46 AM --- .github/workflows/macos-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos-test.yml b/.github/workflows/macos-test.yml index 94893ab..1db5a52 100644 --- a/.github/workflows/macos-test.yml +++ b/.github/workflows/macos-test.yml @@ -29,9 +29,9 @@ jobs: echo "${{ secrets.MAS_CERTIFICATE_P12 }}" | base64 --decode > mac_app.p12 echo "${{ secrets.MAS_INSTALLER_CERTIFICATE_P12 }}" | base64 --decode > mac_installer.p12 echo "${{ secrets.MAS_PROVISIONING_PROFILE }}" | base64 --decode > p3xredisui.provisionprofile + echo "${{ secrets.CERTIFICATE_P12_BASE64 }}" | base64 --decode > certificate.p12 - name: Install Certificate run: | - echo $CERTIFICATE_P12_BASE64 | base64 --decode > certificate.p12 security create-keychain -p actions build.keychain security default-keychain -s build.keychain security unlock-keychain -p actions build.keychain