test: rpm release

This commit is contained in:
Cristopfer Luis Viana da Silva 2024-02-05 21:58:29 +00:00
parent e84838fa53
commit 775ad730b9
2 changed files with 15 additions and 0 deletions

View file

@ -50,3 +50,17 @@ jobs:
file: cockpit-sensors.deb
asset_name: cockpit-sensors.deb
tag: ${{ github.ref }}
- name: Install RPM
run: apt install rpm
- name: Build RPM
run: make rpm
- name: Upload RPM binaries to release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: cockpit-sensors.rpm
asset_name: cockpit-sensors.rpm
tag: ${{ github.ref }}