Skip to content

Commit

Permalink
ci: try again with tauri action
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-berger committed Jan 27, 2024
1 parent 4c54652 commit 8c292f5
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,15 @@ jobs:
- run: pnpm i

- run: pnpm build
- run: pnpm build --filter @zebar/client --filter zebar

- uses: actions/upload-artifact@v3
- uses: tauri-apps/tauri-action@v0
with:
name: bundle-${{ matrix.platform }}
path: ${{ github.workspace }}/target/release/bundle
projectPath: './packages/desktop'

# - run: pnpm build

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

0 comments on commit 8c292f5

Please sign in to comment.