diff --git a/.github/actions/update_libretro.sh b/.github/actions/update_libretro.sh index a0624785f..38d010915 100755 --- a/.github/actions/update_libretro.sh +++ b/.github/actions/update_libretro.sh @@ -1,4 +1,4 @@ -set -e +set -exo pipefail LATEST=$(git tag --sort=-creatordate | grep "^v" | grep -v libretro | head -n 1)