Skip to content

Commit

Permalink
Updater test
Browse files Browse the repository at this point in the history
  • Loading branch information
Rumrobot committed May 23, 2024
1 parent cb321cb commit 035a205
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ jobs:

- uses: tauri-apps/tauri-action@dev
env:
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}
TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY_PASSWORD }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
with:
tauriScript: "bun tauri"
tauriScript: 'bun tauri'
tagName: v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version
releaseName: "Pavlov Map Manager v__VERSION__"
releaseBody: "See the assets to download this version and install."
releaseName: 'Pavlov Map Manager v__VERSION__'
releaseBody: 'Pavlov Map Manager allows you to easily manage and install custom maps for the game Pavlov VR.'
releaseDraft: true
prerelease: false
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"active": false,
"endpoints": ["https://www.rumrobot.dk/pavlov-map-manager/updates"],
"dialog": true,
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDU2MjAzOTYxMjFDOEQyClJXVFN5Q0ZoT1NCV0FCNENFRHUwZVRkak1tLzNkY3ZPU2xUQzgrR1pCNGwrTnM3MzVXbGRBNXl0Cg==",
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDVEOTdFMTVCNTA3MEYxNTUKUldSVjhYQlFXK0dYWGFqYVFLTzdQQ3NIeVVGaHRyajM4anZ0YllKaExLKyszbGZMNXlMTHg4RFMK",
"windows": {
"installMode": "basicUi"
}
Expand Down

0 comments on commit 035a205

Please sign in to comment.