Skip to content

Commit

Permalink
ci: use build directly instead of tauri build action
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-berger committed Jan 27, 2024
1 parent 8953e3c commit 4c54652
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,9 @@ jobs:
- run: pnpm i

- uses: tauri-apps/tauri-action@v0
- run: pnpm build

- uses: actions/upload-artifact@v3
with:
name: bundle-${{ matrix.platform }}
path: ${{ github.workspace }}/target/release/bundle

0 comments on commit 4c54652

Please sign in to comment.