summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMartin Nordholts <enselic@gmail.com>2021-01-07 11:05:51 +0100
committerDavid Peter <sharkdp@users.noreply.github.com>2021-01-08 19:54:25 +0100
commit77d42a17c6d0744c6b6984f01ea95d3213fc9758 (patch)
tree9f6e683fbf493c338adfed4c9c1ac646cc8b9f13 /.github
parente7c55bffe9349b67823f195482fa3efc6f5b1321 (diff)
CICD: Build: Remove unused PKG_suffix output var
Only the env var is used, so output variant is not needed. For #1474
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/CICD.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml
index 363a58d2..f3760612 100644
--- a/.github/workflows/CICD.yml
+++ b/.github/workflows/CICD.yml
@@ -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)