Skip to content

Commit

Permalink
Try to specify subfolder in action (...)
Browse files Browse the repository at this point in the history
  • Loading branch information
aarkue committed Mar 16, 2024
1 parent 5e1d493 commit ad9f2bf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tauri-build-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,14 @@ jobs:
- name: Rust cache
uses: swatinem/rust-cache@v2
with:
workspaces: './src-tauri -> target'
workspaces: './tauri/src-tauri -> target'

- name: Sync node version and setup cache
uses: actions/setup-node@v4
with:
node-version: 'lts/*'
cache: 'npm' # Set this to npm, yarn or pnpm.
cache-dependency-path: './tauri/package-lock.json'

- name: Install frontend dependencies
# If you don't have `beforeBuildCommand` configured you may want to build your frontend here too.
Expand All @@ -58,5 +59,5 @@ jobs:
releaseBody: 'See the assets to download and install this version.'
releaseDraft: true
prerelease: false
projectPath: '.'
projectPath: './tauri'

0 comments on commit ad9f2bf

Please sign in to comment.