We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35f2aba commit 062e8baCopy full SHA for 062e8ba
1 file changed
.github/workflows/release_beta.yml
@@ -149,12 +149,14 @@ jobs:
149
uses: tauri-apps/tauri-action@v0
150
env:
151
GITHUB_TOKEN: ${{ secrets.MY_TOKEN }}
152
+ TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
153
with:
154
releaseName: "AList Desktop v__VERSION__"
155
releaseBody: "See the assets to download and install this version."
156
args: "--target ${{ matrix.target }} ${{ matrix.args }}"
157
prerelease: true
158
tagName: beta
159
+ includeUpdaterJson: false
160
161
build_updater:
162
name: "Build updater beta"
0 commit comments