Skip to content

Commit

Permalink
ci: Add more builds
Browse files Browse the repository at this point in the history
  • Loading branch information
nanu-c committed Jun 20, 2023
1 parent 081e21b commit 8688807
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,15 @@ jobs:
run: |
cargo build --release --features tauri
- name: Install tauri-cli
run: cargo install tauri-cli

- name: Build deb package
run: cargo tauri build -b deb --features tauri

- name: Build appimage package
run: cargo tauri build -b appimage --features tauri

- name: Upload build artifacts
uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -176,7 +185,7 @@ jobs:
run: cargo install tauri-cli

- name: Build deb package
run: cargo tauri build --deb --target aarch64-unknown-linux-gnu --features tauri
run: cargo tauri build -b deb --target aarch64-unknown-linux-gnu --features tauri

- name: Upload build artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 8688807

Please sign in to comment.