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"