Skip to content

Commit

Permalink
action fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wovnep committed Jan 6, 2023
1 parent 078ca27 commit 70f932b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 70f932b

Please sign in to comment.