From de953ad7d8e978d9ed0cbac1229c610915571251 Mon Sep 17 00:00:00 2001 From: VictorVangeli Date: Mon, 23 Dec 2024 22:48:18 +0300 Subject: [PATCH] update ci/cd --- .github/workflows/tauri-build.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tauri-build.yaml b/.github/workflows/tauri-build.yaml index b63d66f..d4a44b0 100644 --- a/.github/workflows/tauri-build.yaml +++ b/.github/workflows/tauri-build.yaml @@ -3,7 +3,7 @@ name: 'Tauri Test' on: push: branches: - - release + - main jobs: publish-tauri: @@ -30,7 +30,7 @@ jobs: if: matrix.platform == 'ubuntu-22.04' # This must match the platform value defined above. run: | sudo apt-get update - sudo apt-get install -y libwebkit2gtk-4.0-dev libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf + sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf # webkitgtk 4.0 is for Tauri v1 - webkitgtk 4.1 is for Tauri v2. # You can remove the one that doesn't apply to your app to speed up the workflow a bit. @@ -53,7 +53,7 @@ jobs: - name: install frontend dependencies # If you don't have `beforeBuildCommand` configured you may want to build your frontend here too. - run: yarn install # change this to npm or pnpm depending on which one you use. + run: npm install # change this to npm or pnpm depending on which one you use. - uses: tauri-apps/tauri-action@v0 env: