From: Eugene Crosser Date: Mon, 23 May 2022 21:47:56 +0000 (+0200) Subject: add github action X-Git-Tag: 0.92~2 X-Git-Url: http://www.average.org/gitweb/?p=loctrkd.git;a=commitdiff_plain;h=025e0b931dcde64a62908c3651abe6edc9a6db2d add github action --- diff --git a/.github/workflows/build-dpkg.yml b/.github/workflows/build-dpkg.yml new file mode 100644 index 0000000..5ffc529 --- /dev/null +++ b/.github/workflows/build-dpkg.yml @@ -0,0 +1,21 @@ +--- +on: + push: + tags: + - * + +jobs: + build-deb: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + + - uses: crosser/build-dpkg@v1.0 + id: build + with: + args: --unsigned-source --unsigned-changes + + - uses: actions/upload-artifact@v1 + with: + name: ${{ steps.build.outputs.filename }} + path: ${{ steps.build.outputs.filename }}