From 534f03e05d734683bf94e6579926753e57807d4a Mon Sep 17 00:00:00 2001 From: May <110405507+paul-oureib@users.noreply.github.com> Date: Wed, 31 Jan 2024 16:49:57 +0100 Subject: [PATCH] Update .github/actions/package-nfpm/action.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Stéphane Chapron <34628915+sc979@users.noreply.github.com> --- .github/actions/package-nfpm/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/package-nfpm/action.yml b/.github/actions/package-nfpm/action.yml index 4b842e7a8..b4af4ac00 100644 --- a/.github/actions/package-nfpm/action.yml +++ b/.github/actions/package-nfpm/action.yml @@ -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"