Skip to content

Add debian build github action. #3

Add debian build github action.

Add debian build github action. #3

Workflow file for this run

on:
push:
tags:
jobs:
build-debs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.ref }}
- 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