Skip to content

Commit e9cb71c

Browse files
authored
Merge pull request #89 from AlistGo/okatu-loli-patch-4
Add TAURI_PRIVATE_KEY to release_beta workflow
2 parents 35f2aba + 062e8ba commit e9cb71c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release_beta.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,12 +149,14 @@ jobs:
149149
uses: tauri-apps/tauri-action@v0
150150
env:
151151
GITHUB_TOKEN: ${{ secrets.MY_TOKEN }}
152+
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
152153
with:
153154
releaseName: "AList Desktop v__VERSION__"
154155
releaseBody: "See the assets to download and install this version."
155156
args: "--target ${{ matrix.target }} ${{ matrix.args }}"
156157
prerelease: true
157158
tagName: beta
159+
includeUpdaterJson: false
158160

159161
build_updater:
160162
name: "Build updater beta"

0 commit comments

Comments
 (0)