Skip to content

Commit

Permalink
More certificate staging
Browse files Browse the repository at this point in the history
  • Loading branch information
baconpaul committed Apr 26, 2024
1 parent bfc4e03 commit c93b5e0
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/build-daw-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit c93b5e0

Please sign in to comment.