CICD: Build: Remove unused PKG_suffix output var

Only the env var is used, so output variant is not needed.

For #1474
This commit is contained in:
Martin Nordholts 2021-01-07 11:05:51 +01:00 committed by David Peter
parent e7c55bffe9
commit 77d42a17c6
1 changed files with 0 additions and 1 deletions

View File

@ -123,7 +123,6 @@ jobs:
PKG_suffix=".tar.gz" ; case ${{ matrix.job.target }} in *-pc-windows-*) PKG_suffix=".zip" ;; esac;
PKG_BASENAME=${PROJECT_NAME}-${REF_TAG:-$REF_SHAS}-${{ matrix.job.target }}
PKG_NAME=${PKG_BASENAME}${PKG_suffix}
echo ::set-output name=PKG_suffix::${PKG_suffix}
echo ::set-output name=PKG_BASENAME::${PKG_BASENAME}
echo ::set-output name=PKG_NAME::${PKG_NAME}
# deployable tag? (ie, leading "vM" or "M"; M == version number)