diff --git a/.github/workflows/debian-package.yml b/.github/workflows/debian-package.yml new file mode 100644 index 0000000..45b4037 --- /dev/null +++ b/.github/workflows/debian-package.yml @@ -0,0 +1,12 @@ +on: push + +jobs: + build-debs: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: jtdor/build-deb-action@v1 + env: + DEB_BUILD_OPTIONS: noautodbgsym + with: + buildpackage-opts: --build=binary --no-sign