update gh actions

This commit is contained in:
Ren Amamiya 2023-07-05 09:03:39 +07:00
parent 56f2954d0c
commit 8dc3077c74
2 changed files with 6 additions and 3 deletions

View File

@ -60,6 +60,8 @@ jobs:
- uses: tauri-apps/tauri-action@dev
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
with:
tagName: v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version
releaseName: 'App v__VERSION__'

View File

@ -109,10 +109,11 @@
},
"updater": {
"active": true,
"endpoints": [
"https://releases.lume.nu/{{target}}/{{arch}}/{{current_version}}"
],
"dialog": true,
"endpoints": [
"https://releases.lume.nu/v1/{{target}}/{{arch}}/{{current_version}}",
"https://releases.lume.nu/{{target}}/{{current_version}}"
],
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEU4RjAzODFBREQ4MkM3RTEKUldUaHg0TGRHamp3NkI5bnhoOEVjanlHWFNzQ2Q3NDhubFFLUmJpSHJ1L2FqNnB3alF1Y2R3U3gK",
"windows": {
"installMode": "passive"