Skip to content

Commit

Permalink
Fix codesign action location
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Mar 15, 2023
1 parent f45d465 commit ab286da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- uses: teaxyz/cli/.github/actions/cache@v0 # avoids sporadic 500s from deno’s CDN
- uses: teaxyz/setup@v0
- run: deno task compile
- uses: teaxyz/pantry.core/.github/actions/codesign@main
- uses: teaxyz/brewkit/actions/codesign@v0
if: startsWith(matrix.platform.build-id, 'darwin+')
with:
p12-file-base64: ${{ secrets.APPLE_CERTIFICATE_P12 }}
Expand Down

0 comments on commit ab286da

Please sign in to comment.