Skip to content

Commit b93891c

Browse files
committed
...
1 parent 4fcaf73 commit b93891c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/packages.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,3 +185,10 @@ jobs:
185185
path: |
186186
build/pkg/rpm/rpmbuild/RPMS/
187187
build/pkg/rpm/rpmbuild/SRPMS/
188+
- name: Publish RPM packages to Github releases
189+
if: github.ref == 'refs/heads/master'
190+
run: |
191+
git push -f origin tag ci-latest
192+
for f in build/pkg/rpm/rpmbuild/RPMS/*; do
193+
gh release -R sedmicha/ipfixcol2 upload --clobber nightly "$f"
194+
done

0 commit comments

Comments
 (0)