Update release action

This commit is contained in:
Thomas Roehl 2022-06-09 14:36:25 +02:00
parent dbdec1eab8
commit 31a38bc17d

View File

@ -42,12 +42,13 @@ jobs:
- name: Install build dependencies
run: |
dnf --assumeyes install 'dnf-command(builddep)'
dnf --assumeyes install which
dnf --assumeyes builddep scripts/cc-metric-collector.spec
- name: RPM build MetricCollector
id: rpmbuild
run: make RPM
# AlmaLinux 8.5 is a derivate of RedHat Enterprise Linux 8 (UBI8),
# so the created RPM both contain the substring 'el8' in the RPM file names
# This step replaces the substring 'el8' to 'alma85'. It uses the move operation