From 5a9f05b879452ccc62b273295ba08dbe133030ba Mon Sep 17 00:00:00 2001 From: Kevin Duret Date: Tue, 13 Feb 2024 11:26:17 +0100 Subject: [PATCH] test(ci): deliver el9 unstable --- .github/actions/delivery/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/delivery/action.yml b/.github/actions/delivery/action.yml index 151c4d090d1..c23e295c0e0 100644 --- a/.github/actions/delivery/action.yml +++ b/.github/actions/delivery/action.yml @@ -46,7 +46,7 @@ runs: JF_URL: https://centreon.jfrog.io JF_ACCESS_TOKEN: ${{ inputs.artifactory_token }} - - if: ${{ env.extfile == 'rpm' && inputs.distrib == 'bookworm' }} + - if: ${{ env.extfile == 'rpm' && inputs.distrib == 'el9' }} name: Publish RPMs run: | FILES="*.${{ env.extfile }}" @@ -89,7 +89,7 @@ runs: done shell: bash - - if: ${{ env.extfile == 'deb' && inputs.distrib == 'bookworm' }} + - if: ${{ env.extfile == 'deb' && inputs.distrib == 'el9' }} name: Publish DEBs run: | FILES="*.${{ env.extfile }}"