Skip to content
This repository was archived by the owner on Sep 19, 2024. It is now read-only.

Commit 52cee44

Browse files
authored
Add rpm meta package build to gh workflow (#81)
1 parent ae98c24 commit 52cee44

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

+5
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ jobs:
2323
sudo apt install -y equivs
2424
make deb
2525
26+
- name: Build meta package RPM release
27+
run: |
28+
sudo apt install -y rpm
29+
make rpm
30+
2631
- name: Set up Go
2732
uses: actions/setup-go@v3
2833
with:

0 commit comments

Comments
 (0)