Squashed last 13 commits
Some checks failed
publish / publish-tauri (, windows-latest) (push) Waiting to run
publish / publish-tauri (, ubuntu-22.04) (push) Has been cancelled

This commit is contained in:
valerio 2026-03-14 22:11:38 +01:00
parent 3b1143a7c0
commit 5b8efac050

View File

@ -36,12 +36,12 @@ jobs:
if: matrix.platform == 'ubuntu-22.04' # This must match the platform value defined above. if: matrix.platform == 'ubuntu-22.04' # This must match the platform value defined above.
run: | run: |
sudo apt-get update sudo apt-get update
sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf cmake xdg-utils
- 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: ValerioMeschi/tauri-action@9f8b32da04b4d228756d93dc93b9f16869e4f105
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 }}
@ -53,3 +53,5 @@ jobs:
releaseDraft: true releaseDraft: true
prerelease: false prerelease: false
args: ${{ matrix.args }} args: ${{ matrix.args }}
githubBaseUrl: https://git.floatingpoint.ch/api/v1
isGitea: true