Skip to content

Commit

Permalink
Forgot to specify environment for codesigning
Browse files Browse the repository at this point in the history
  • Loading branch information
pierr3 committed Jun 1, 2024
1 parent 748fb15 commit 6639805
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
jobs:
build:
runs-on: ${{ matrix.os }}
environment: Release

strategy:
matrix:
Expand Down Expand Up @@ -49,7 +50,7 @@ jobs:
- name: Installing codesign certificates
if: matrix.os == 'macos-latest'
uses: apple-actions/import-codesign-certs@v2
uses: apple-actions/import-codesign-certs@v3
with:
p12-file-base64: ${{ secrets.APPLE_CERT_DATA }}
p12-password: ${{ secrets.APPLE_CERT_PASSWORD }}
Expand Down

0 comments on commit 6639805

Please sign in to comment.