Skip to content

Commit

Permalink
sign binaries on darwin (pkgxdev#416)
Browse files Browse the repository at this point in the history
wip


wip

wip


wip

wip

this should be correct


done
  • Loading branch information
jhheider authored Feb 28, 2023
1 parent 4d8f609 commit 6e5612a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,13 @@ 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
if: startsWith(matrix.platform.build-id, 'darwin+')
with:
p12-file-base64: ${{ secrets.APPLE_CERTIFICATE_P12 }}
p12-password: ${{ secrets.APPLE_CERTIFICATE_P12_PASSWORD }}
identity: "Developer ID Application: Tea Inc. (7WV56FL599)"
paths: ./tea
- name: sanity check
run: test "$(./tea --version)" = "tea ${{ needs.check.outputs.version }}"
- run: tar cJf tea-${{ needs.check.outputs.version }}+${{ matrix.platform.build-id }}.tar.xz tea
Expand Down

0 comments on commit 6e5612a

Please sign in to comment.