From 70f932bfbb0eac27c851d06f0c0df4e8e106e369 Mon Sep 17 00:00:00 2001 From: wovnep <122073572+wovnep@users.noreply.github.com> Date: Fri, 6 Jan 2023 14:03:43 +0530 Subject: [PATCH] action fix --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4c18f1c..a4a2b6a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,7 +37,7 @@ jobs: cache: "npm" - name: Install app dependencies and build web - run: npm install && npm build + run: npm install && npm run build - name: Build the app uses: tauri-apps/tauri-action@v0