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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user