fix: make

This commit is contained in:
Cristopfer Luis Viana da Silva 2024-02-05 16:48:17 +00:00
parent 4c2199f5f6
commit bfb2b48341
3 changed files with 9 additions and 5 deletions

View file

@ -31,7 +31,11 @@ jobs:
- name: Build release
run: make dist
- name: Build deb
run: make deb
- name: Publish GitHub release
uses: cockpit-project/action-release@88d994da62d1451c7073e26748c18413fcdf46e9
with:
filename: "cockpit-sensors-${{ github.ref_name }}.tar.xz"
filename: "cockpit-sensors.tar.xz"
filename: "cockpit-sensors.deb"