actions: remove errant )

This commit is contained in:
Jay Lee
2023-10-11 13:25:51 -04:00
committed by GitHub
parent 602c47a900
commit 994d489226

View File

@ -485,7 +485,7 @@ jobs:
cd pyinstaller cd pyinstaller
export latest_release=$(git tag --list | grep -v dev | grep -v rc | sort -Vr | head -n1) export latest_release=$(git tag --list | grep -v dev | grep -v rc | sort -Vr | head -n1)
#V6.0.0 causes errors on staticx #V6.0.0 causes errors on staticx
if [[ "${staticx}" == "yes" ]]); then if [[ "${staticx}" == "yes" ]]; then
git checkout "v5.13.2" git checkout "v5.13.2"
else else
git checkout "${latest_release}" git checkout "${latest_release}"