Skip to content

Commit

Permalink
Add Apple signing certificate to release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tangxianyun committed Jan 8, 2025
1 parent 8e2bb34 commit be5bb5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ jobs:
- uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
APPLE_CERTIFICATE: ${{ secret.SIGNING_CERTIFICATE }}
APPLE_CERTIFICATE_PASSWORD: ${{ secret.CERTIFICATE_PASSWORD }}
with:
tagName: v__VERSION__ #
releaseName: 'Termigo v__VERSION__'
Expand Down

0 comments on commit be5bb5f

Please sign in to comment.