From 994d489226eb82b37a2ff1e94ced03a7b1b9367d Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Wed, 11 Oct 2023 13:25:51 -0400 Subject: [PATCH] actions: remove errant ) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c8c6f816..c426a396 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -485,7 +485,7 @@ jobs: cd pyinstaller export latest_release=$(git tag --list | grep -v dev | grep -v rc | sort -Vr | head -n1) #V6.0.0 causes errors on staticx - if [[ "${staticx}" == "yes" ]]); then + if [[ "${staticx}" == "yes" ]]; then git checkout "v5.13.2" else git checkout "${latest_release}"