Update build.yml
Some checks failed
publish / publish-tauri (, windows-latest) (push) Waiting to run
publish / publish-tauri (, ubuntu-22.04) (push) Failing after 1m40s

This commit is contained in:
valerio 2026-03-13 20:25:04 +01:00
parent 3b1143a7c0
commit b41240e455

View File

@ -41,7 +41,7 @@ jobs:
- name: install frontend dependencies - name: install frontend dependencies
run: bun install # change this to npm, pnpm or bun depending on which one you use. run: bun install # change this to npm, pnpm or bun depending on which one you use.
- uses: tauri-apps/tauri-action@v1 - uses: tauri-apps/tauri-action@v0.6.1
env: env:
GITHUB_TOKEN: ${{ secrets.SMOOTHIE_TOKEN }} GITHUB_TOKEN: ${{ secrets.SMOOTHIE_TOKEN }}
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }} TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}