]> www.average.org Git - loctrkd.git/commitdiff
add github action
authorEugene Crosser <crosser@average.org>
Mon, 23 May 2022 21:47:56 +0000 (23:47 +0200)
committerEugene Crosser <crosser@average.org>
Mon, 23 May 2022 21:47:56 +0000 (23:47 +0200)
.github/workflows/build-dpkg.yml [new file with mode: 0644]

diff --git a/.github/workflows/build-dpkg.yml b/.github/workflows/build-dpkg.yml
new file mode 100644 (file)
index 0000000..5ffc529
--- /dev/null
@@ -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 }}