Update .github/actions/package-nfpm/action.yml
Co-authored-by: Stéphane Chapron <34628915+sc979@users.noreply.github.com>
This commit is contained in:
parent
be4702b0af
commit
b7f387b1b1
|
@ -83,7 +83,7 @@ runs:
|
|||
export APACHE_GROUP="apache"
|
||||
else
|
||||
export DIST=""
|
||||
if [ "${{ inputs.stability }}" = "unstable" ] || [ "${{ inputs.stability }}" = "canary" ]; then
|
||||
if [ "${{ inputs.stability }}" == "unstable" ] || [ "${{ inputs.stability }}" == "canary" ]; then
|
||||
export RELEASE="$RELEASE~${{ inputs.distrib }}"
|
||||
elif [ "${{ inputs.stability }}" = "testing" ]; then
|
||||
export RELEASE="1~${{ inputs.distrib }}"
|
||||
|
|
Loading…
Reference in New Issue