Skip to content

Commit

Permalink
CI: upload bundled artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Discreater committed Nov 9, 2023
1 parent 6336969 commit 4d58665
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,15 @@ jobs:
run: |
cd src-tauri
cargo clippy --all-targets --all-features --tests --benches -- -D warnings
- name: Build tauri client
run: |
pnpm tauri build
- uses: actions/upload-artifact@v3
with:
name: msi-installer
path: src-tauri/target/release/bundle/msi
- uses: actions/upload-artifact@v3
with:
name: exe-installer
path: src-tauri/target/release/bundle/nsis

0 comments on commit 4d58665

Please sign in to comment.