Skip to content

Commit

Permalink
feat: code signing and notarization for macos releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Macbookair authored and Macbookair committed Nov 7, 2024
1 parent 6f6807a commit 015facb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release-tauri-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,13 @@ jobs:
echo "CERT_ID=$CERT_ID" >> $GITHUB_ENV
echo "Certificate imported."
- name: Save Apple Api Key to expected path
env:
APPLE_API_KEY_PATH_BASE64: ${{ secrets.APPLE_API_KEY_PATH_BASE64 }}
APPLE_API_KEY_PATH: ${{ secrets.APPLE_API_KEY_PATH }}
run: |
echo $APPLE_API_KEY_PATH_BASE64 | base64 --decode > $APPLE_API_KEY_PATH
- name: Build the App
uses: tauri-apps/tauri-action@v0
env:
Expand Down

0 comments on commit 015facb

Please sign in to comment.