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