mirror of
https://github.com/TxtDot/vigi.git
synced 2025-01-07 00:23:49 +03:00
fix: publish.yaml
This commit is contained in:
parent
8055196de6
commit
7148ba683b
2 changed files with 7 additions and 1 deletions
6
.github/workflows/publish.yaml
vendored
6
.github/workflows/publish.yaml
vendored
|
@ -30,6 +30,10 @@ jobs:
|
|||
with:
|
||||
node-version: lts/*
|
||||
|
||||
- uses: pnpm/action-setup@v4
|
||||
with:
|
||||
version: 9
|
||||
|
||||
- name: install Rust stable
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
with:
|
||||
|
@ -50,6 +54,8 @@ jobs:
|
|||
- uses: tauri-apps/tauri-action@v0
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
|
||||
TAURI_KEY_PASSWORD: ""
|
||||
with:
|
||||
tagName: v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version.
|
||||
releaseName: "Vigi v__VERSION__"
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
"https://raw.githubusercontent.com/TxtDot/vigi/main/latest.json"
|
||||
],
|
||||
"dialog": true,
|
||||
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDdFQTQ3OTlFRTEzNjc0MEQKUldRTmREYmhubm1rZm1TamV4RUNKc01iSENyeG80bFhKY1B4cXd3RTk1TWV5bEVUYTFleENBRW0K"
|
||||
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEMzQTRGNjZDOTNENzEyREMKUldUY0V0ZVRiUGFrd3h5U0l3c3Z1aTVaNGJHZ3JtK2ZzeDZjeWt4bFF0RjhDT0ZPVjArbWVERGIK"
|
||||
},
|
||||
"allowlist": {
|
||||
"all": false,
|
||||
|
|
Loading…
Add table
Reference in a new issue