Skip to content

Commit

Permalink
Update tauri.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BjornTheProgrammer authored Oct 25, 2024
1 parent fb8a724 commit 7a324ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tauri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
# You can remove the one that doesn't apply to your app to speed up the workflow a bit.

- name: install frontend dependencies
run: cd tauri-app && yarn install # change this to npm, pnpm or bun depending on which one you use.
run: cd tauri-app && npm install # change this to npm, pnpm or bun depending on which one you use.

- uses: tauri-apps/tauri-action@v0
env:
Expand All @@ -61,5 +61,5 @@ jobs:
releaseBody: 'See the assets to download this version and install.'
releaseDraft: true
prerelease: false
projectPath: ${{env.working-directory}}
args: ${{ matrix.args }}
# projectPath: ${{env.working-directory}}

0 comments on commit 7a324ff

Please sign in to comment.