Skip to content

Commit

Permalink
💚 fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Goodjooy committed Oct 8, 2023
1 parent 7c51add commit 27d2531
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11,959 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-tauri.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
}
require('fs').writeFileSync('./src-tauri/tauri.conf.json', JSON.stringify(cfg));
- name: install frontend dependencies
run: npm ci
run: npm install
- uses: tauri-apps/tauri-action@v0
id: tauri-action-build
env:
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
.idea
/dist_electron/
/dist/
src-tauri/Cargo.lock
src-tauri/Cargo.lock
package-lock.json
Loading

0 comments on commit 27d2531

Please sign in to comment.