Skip to content

Commit

Permalink
fix: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ValeryVerkhoturov committed Oct 29, 2023
1 parent fc47c5e commit 10952d9
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 @@ -41,7 +41,7 @@ jobs:

- name: Install frontend dependencies
# If you don't have `beforeBuildCommand` configured you may want to build your frontend here too.
run: nmp install
run: npm install

- name: Build the app
uses: tauri-apps/tauri-action@v0
Expand Down

0 comments on commit 10952d9

Please sign in to comment.