feat: try to add auto updater

This commit is contained in:
Yidadaa
2023-06-15 23:55:18 +08:00
parent 698be6671c
commit 91b871ef3b
6 changed files with 272 additions and 3 deletions

View File

@@ -60,6 +60,7 @@ jobs:
- uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
with:
releaseId: ${{ needs.create-release.outputs.release_id }}