Skip to content

Commit

Permalink
ci: 🚀 Upload built .deb file in workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jisu-Woniu committed Dec 13, 2023
1 parent 0eb372f commit 6088e67
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,7 @@ jobs:
run: cargo test --verbose
- name: Build Debian package
run: cargo deb && dpkg-deb -c target/debian/*.deb
- uses: actions/upload-artifact@v3
with:
name: rsjudge-deb
path: target/debian/*.deb

0 comments on commit 6088e67

Please sign in to comment.