Skip to content

Commit 5906a7f

Browse files
committed
fix: add includeRelease to output signatures
1 parent 076c76f commit 5906a7f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ jobs:
5454
uses: tauri-apps/tauri-action@v0
5555
env:
5656
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
57-
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
58-
TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
57+
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
58+
TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
5959
with:
6060
tagName: ${{ github.ref_name }}
6161
releaseName: 'LitePost v${{ github.ref_name }}'
@@ -65,3 +65,4 @@ jobs:
6565
includeUpdaterJson: true
6666
updaterJsonPreferNsis: true
6767
args: ${{ matrix.args }}
68+
includeRelease: true

0 commit comments

Comments
 (0)