diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 191f6d6..f75a167 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -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