Skip to content

Commit

Permalink
CI: Build debian package.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Apr 10, 2024
1 parent e5bd2a6 commit c0163ec
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,13 @@ jobs:
with:
name: ${{ env.RELEASE_FILE }}
path: dist/

- name: Build Debian Package
run: |
make deb-deps
make deb
- name: Upload Debian Package
uses: actions/upload-artifact@v3
with:
path: ${{ github.workspace }}/*.deb

0 comments on commit c0163ec

Please sign in to comment.