CICD: Build: Remove unused PKG_suffix output var

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

For #1474
pull/1493/head
Martin Nordholts 4 years ago committed by David Peter
parent e7c55bffe9
commit 77d42a17c6

@ -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)

Loading…
Cancel
Save