feat: add deb release
This commit is contained in:
parent
41a1b84090
commit
9194bc9799
1 changed files with 9 additions and 1 deletions
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
|
|
@ -35,3 +35,11 @@ jobs:
|
||||||
uses: cockpit-project/action-release@88d994da62d1451c7073e26748c18413fcdf46e9
|
uses: cockpit-project/action-release@88d994da62d1451c7073e26748c18413fcdf46e9
|
||||||
with:
|
with:
|
||||||
filename: "cockpit-sensors-${{ github.ref_name }}.tar.xz"
|
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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue