Skip to content

Commit ea020b2

Browse files
committed
Prepare fork test release workflow
1 parent e84a26b commit ea020b2

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/build-and-release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -358,12 +358,11 @@ jobs:
358358
- uses: tauri-apps/tauri-action@v0
359359
env:
360360
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
361-
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY}}
362-
TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
363361
with:
364362
projectPath: ./frontend
365363
tagName: ${{ github.event.release.tag_name || github.event.inputs.tag }}
366-
includeUpdaterJson: true
364+
releaseName: ${{ github.event.release.name || github.event.inputs.tag }}
365+
includeUpdaterJson: false
367366
releaseId: ${{ github.event.release.id || '' }}
368367
releaseDraft: false
369368
prerelease: false

frontend/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"bundle": {
99
"active": true,
1010
"targets": ["nsis", "deb", "app"],
11-
"createUpdaterArtifacts": true,
11+
"createUpdaterArtifacts": false,
1212
"linux": {
1313
"deb": {
1414
"postInstallScript": "./postinstall.sh"

0 commit comments

Comments
 (0)