diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index 389911fe..44caa4e8 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -89,7 +89,7 @@ jobs: - name: Install app dependencies and build web # Remove `&& yarn build` if you build your frontend in `beforeBuildCommand` - run: npm && npm build # Change this to npm, yarn or pnpm. + run: npm install # Change this to npm, yarn or pnpm. - name: Build the app uses: tauri-apps/tauri-action@v0