Skip to content

Commit

Permalink
GH-29: Fix Actiosn to include tauri secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
SetZero committed Jul 2, 2023
1 parent d3b5c74 commit 3cc208c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,8 @@ jobs:
uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
with:
releaseId: ${{ needs.create-release.outputs.release_id }}
tagName: app-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version
Expand Down

0 comments on commit 3cc208c

Please sign in to comment.