feat: add deb release
This commit is contained in:
parent
41a1b84090
commit
9194bc9799
1 changed files with 9 additions and 1 deletions
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
|
|
@ -34,4 +34,12 @@ jobs:
|
|||
- name: Publish GitHub release
|
||||
uses: cockpit-project/action-release@88d994da62d1451c7073e26748c18413fcdf46e9
|
||||
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