mirror of
https://github.com/sharkdp/bat
synced 2024-11-04 18:00:24 +00:00
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:
parent
e7c55bffe9
commit
77d42a17c6
1
.github/workflows/CICD.yml
vendored
1
.github/workflows/CICD.yml
vendored
@ -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…
Reference in New Issue
Block a user