Skip to content

Commit

Permalink
change TAURI_PRIVATE_KEY config
Browse files Browse the repository at this point in the history
  • Loading branch information
l1xnan committed Oct 19, 2023
1 parent f8cd31b commit 1a77218
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ jobs:
sudo apt-get install -y webkit2gtk-4.1 libayatana-appindicator3-dev
- name: install app dependencies and build it
run: pnpm run tauri build
env:
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}

- uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
Expand Down

0 comments on commit 1a77218

Please sign in to comment.