From c138e88a118bdfde1e696f2f8d5b6dabf4970cbb Mon Sep 17 00:00:00 2001 From: GeckoEidechse Date: Thu, 25 Aug 2022 21:20:43 +0200 Subject: Fix CI hopefully --- .github/workflows/push-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/push-test.yml b/.github/workflows/push-test.yml index 64cef7ba..05a28f3b 100644 --- a/.github/workflows/push-test.yml +++ b/.github/workflows/push-test.yml @@ -25,7 +25,7 @@ jobs: sudo apt-get update sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf - name: install app dependencies and build it - run: npm install && npm run build + run: npm install && npm run tauri build - uses: tauri-apps/tauri-action@v0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} -- cgit v1.2.3