mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-04-07 20:35:27 +02:00
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
b7f387b1b1
commit
534f03e05d
2
.github/actions/package-nfpm/action.yml
vendored
2
.github/actions/package-nfpm/action.yml
vendored
@ -85,7 +85,7 @@ runs:
|
||||
export DIST=""
|
||||
if [ "${{ inputs.stability }}" == "unstable" ] || [ "${{ inputs.stability }}" == "canary" ]; then
|
||||
export RELEASE="$RELEASE~${{ inputs.distrib }}"
|
||||
elif [ "${{ inputs.stability }}" = "testing" ]; then
|
||||
elif [ "${{ inputs.stability }}" == "testing" ]; then
|
||||
export RELEASE="1~${{ inputs.distrib }}"
|
||||
fi
|
||||
export APACHE_USER="www-data"
|
||||
|
Loading…
x
Reference in New Issue
Block a user