From 9194bc979983d792dd57ec2297241c1f509af704 Mon Sep 17 00:00:00 2001 From: Cristopfer Luis Viana da Silva Date: Mon, 5 Feb 2024 15:09:45 +0000 Subject: [PATCH] feat: add deb release --- .github/workflows/release.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2f50fd9..4351a04 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,4 +34,12 @@ jobs: - name: Publish GitHub release uses: cockpit-project/action-release@88d994da62d1451c7073e26748c18413fcdf46e9 with: - filename: "cockpit-sensors-${{ github.ref_name }}.tar.xz" \ No newline at end of file + filename: "cockpit-sensors-${{ github.ref_name }}.tar.xz" + + - name: Build Deb + run: make deb + + - name: Publish GitHub Deb release + uses: cockpit-project/action-release@88d994da62d1451c7073e26748c18413fcdf46e9 + with: + filename: "cockpit-sensors.deb"