From b583f62e7b82432d353c0892c9ba57f839629172 Mon Sep 17 00:00:00 2001 From: Lior Halphon Date: Fri, 8 Mar 2024 18:24:32 +0200 Subject: [PATCH] It works on my machine :( --- .github/actions/update_libretro.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)