diff --git a/.github/workflows/publish-release-artifact.yml b/.github/workflows/publish-release-artifact.yml index 7981535f132f..fdc398334117 100644 --- a/.github/workflows/publish-release-artifact.yml +++ b/.github/workflows/publish-release-artifact.yml @@ -136,7 +136,7 @@ jobs: REPO=rpm if [ ${IS_LTS} = 'true' ] then - REPO=redhat-stable + REPO=rpm-stable FILE_NAME=jenkins-${PROJECT_VERSION}-1.1.noarch.rpm fi