Skip to content

Commit

Permalink
Add debian build github action.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamazi committed May 29, 2024
1 parent 5b125be commit 21b7324
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
on:
push:
tags:

jobs:
build-debs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build debian package
uses: jtdor/build-deb-action@v1
with:
buildpackage-opts: --build=binary --no-sign
- name: Create gitHub release
uses: softprops/action-gh-release@v2
with:
files: debian/artifacts/*.deb

0 comments on commit 21b7324

Please sign in to comment.