Skip to content

Commit

Permalink
ghactions: add build package (save artifacts)
Browse files Browse the repository at this point in the history
  • Loading branch information
Radoslav Bodó committed Jun 13, 2024
1 parent 0c23fe9 commit 2fd40cf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ jobs:
- run: sudo apt-get update
- run: sudo apt-get install -y build-essential devscripts debhelper-compat
- run: make build-deb
- uses: actions/upload-artifact@v4
with:
name: deb-packages
path: ../*.deb

0 comments on commit 2fd40cf

Please sign in to comment.