chore: configure updater signing for new repo

- Generate new minisign keypair for updater signing
- Update pubkey in tauri.conf.json
- Restore createUpdaterArtifacts: true
- Restore TAURI_SIGNING_PRIVATE_KEY env in workflow
This commit is contained in:
小鱼开发
2026-05-20 09:33:16 +08:00
parent bb6cd37282
commit 68b7954e0d
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -95,6 +95,7 @@ jobs:
run: npm run tauri -- build --target universal-apple-darwin
env:
VITE_API_BASE_URL: https://dev.tapi.meijiaka.cn/api/v1
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}
- name: Upload artifacts
uses: actions/upload-artifact@v4
@@ -168,6 +169,7 @@ jobs:
run: npm run tauri -- build --target x86_64-pc-windows-msvc
env:
VITE_API_BASE_URL: https://dev.tapi.meijiaka.cn/api/v1
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}
- name: Upload artifacts
uses: actions/upload-artifact@v4