Skip to content

Commit

Permalink
test(ci): deliver el9 unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
kduret committed Feb 13, 2024
1 parent d383034 commit 5a9f05b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/delivery/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down Expand Up @@ -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 }}"
Expand Down

0 comments on commit 5a9f05b

Please sign in to comment.