From c93b5e00bdf7be93a8ed419c0a43df3257c929ac Mon Sep 17 00:00:00 2001 From: Paul Walker Date: Fri, 26 Apr 2024 13:38:40 -0400 Subject: [PATCH] More certificate staging --- .github/workflows/build-daw-plugin.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/build-daw-plugin.yml b/.github/workflows/build-daw-plugin.yml index 915ec64..e7eed5b 100644 --- a/.github/workflows/build-daw-plugin.yml +++ b/.github/workflows/build-daw-plugin.yml @@ -43,16 +43,9 @@ jobs: - uses: apple-actions/import-codesign-certs@v2 if: runner.os == 'macOS' && github.event_name != 'pull_request' with: - p12-file-base64: ${{ secrets.APP_CERTFICATE }} + p12-file-base64: ${{ secrets.MAC_CERTS }} p12-password: ${{ secrets.CERT_PWD }} - - uses: apple-actions/import-codesign-certs@v2 - if: runner.os == 'macOS' && github.event_name != 'pull_request' - with: - p12-file-base64: ${{ secrets.INSTALL_CERTIFICATE }} - p12-password: ${{ secrets.CERT_PWD }} - - - name: Install Linux Deps; pick GCC9 if: runner.os == 'Linux' run: |