From 0ff8c8616e78ca4a0f24b583f19042a479e364fc Mon Sep 17 00:00:00 2001 From: Thomas Roehl Date: Fri, 20 Dec 2024 20:45:29 +0100 Subject: [PATCH] Fix UBI9 RPM name --- .github/workflows/Release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 78cb38c..c7698f6 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -274,13 +274,13 @@ jobs: - name: Save RPM as artifact uses: actions/upload-artifact@v4 with: - name: cc-metric-collector RPM for UBI 8 + name: cc-metric-collector RPM for UBI 9 path: ${{ steps.rpmbuild.outputs.RPM }} overwrite: true - name: Save SRPM as artifact uses: actions/upload-artifact@v4 with: - name: cc-metric-collector SRPM for UBI 8 + name: cc-metric-collector SRPM for UBI 9 path: ${{ steps.rpmbuild.outputs.SRPM }} overwrite: true