Fix conditional statement in push-packagecloud.yml

This commit is contained in:
Théophile Diot 2024-02-06 15:27:36 +01:00
parent 1bedc4b766
commit 9835f0c13e
No known key found for this signature in database
GPG key ID: 248FEA4BAE400D06

View file

@ -54,7 +54,7 @@ jobs:
name: package-rhel-${{ inputs.PACKAGE_ARCH }}
path: /tmp/${{ inputs.LINUX }}
- uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
if: inputs.LINUX == 'el' and inputs.VERSION == '9'
if: inputs.LINUX == 'el' && inputs.VERSION == '9'
with:
name: package-rhel9-${{ inputs.PACKAGE_ARCH }}
path: /tmp/${{ inputs.LINUX }}