Skip to content

Commit

Permalink
Merge pull request #11 from grantshandy/main
Browse files Browse the repository at this point in the history
try fix release action
  • Loading branch information
grantshandy authored May 17, 2024
2 parents 4d464ff + 864a8a9 commit 6aa6dce
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: lts/*
cache: 'npm' # Set this to npm, yarn or pnpm.
cache: 'npm'
cache-dependency-path: frontend/package-lock.json

- name: install Rust stable
uses: dtolnay/rust-toolchain@stable
Expand All @@ -53,7 +54,7 @@ jobs:

- name: install frontend dependencies
# If you don't have `beforeBuildCommand` configured you may want to build your frontend here too.
run: npm install # change this to npm or pnpm depending on which one you use.
run: cd frontend && npm install # change this to npm or pnpm depending on which one you use.

- uses: tauri-apps/tauri-action@v0
env:
Expand Down

0 comments on commit 6aa6dce

Please sign in to comment.