Skip to content

Commit

Permalink
fixed missing codesign setup step
Browse files Browse the repository at this point in the history
  • Loading branch information
matthme committed May 24, 2024
1 parent 0c15539 commit 51e496a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
# platform: [windows-2019]
platform: [macos-11, macos-latest]
platform: [macos-11]
# platform: [windows-2019, macos-11, macos-latest, ubuntu-22.04]
# platform: [windows-2019, ubuntu-22.04]
env:
Expand All @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v2

- name: Setup for macOS code signing
if: matrix.platform == 'macos-latest'
if: matrix.platform == 'macos-latest' || matrix.platform == 'macos-11'
uses: matthme/import-codesign-certs@5565bb656f60c98c8fc515f3444dd8db73545dc2
with:
p12-file-base64: ${{ secrets.HBE_APPLE_CERTIFICATE_BASE64 }}
Expand Down

0 comments on commit 51e496a

Please sign in to comment.