Skip to content

Commit

Permalink
Update bundle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Loudbooks authored Oct 7, 2024
1 parent 94db478 commit aeb372f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,17 @@ jobs:
strategy:
matrix:
os: [windows-latest, macos-latest]
build_type: [Release, RelWithDebInfo]

steps:
- uses: actions/checkout@v4

- name: Install Packages
run: npm i
run: |
npm i
npm install -g pnpm
- name: Run Tauri Build
run: npm run tauri build
run: pnpm tauri build

- name: Tree
run: tree

0 comments on commit aeb372f

Please sign in to comment.