ci: add updater signing key for latest.json generation

This commit is contained in:
Matt
2026-08-25 19:25:29 +00:00
parent e6c9d21b19
commit 3da7d8790b
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -55,6 +55,7 @@ jobs:
uses: tauri-apps/tauri-action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}
with:
tagName: ${{ github.ref_name }}
releaseName: "Clustri ${{ github.ref_name }}"