From 633ea9df90a6a771508e24bda91e022ecc321706 Mon Sep 17 00:00:00 2001 From: Lior Halphon Date: Fri, 8 Mar 2024 18:51:27 +0200 Subject: [PATCH] I don't understand git --- .github/actions/update_libretro.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/update_libretro.sh b/.github/actions/update_libretro.sh index d91e51dd2..c79e95032 100755 --- a/.github/actions/update_libretro.sh +++ b/.github/actions/update_libretro.sh @@ -18,9 +18,9 @@ git config --global user.name 'Libretro Updater' git config --global user.email '<>' git branch --delete libretro || true -git checkout tags/$LATEST -b libretro +git checkout tags/$LATEST +git checkout -b libretro git add BootROMs/prebuilt/* git commit -m "Update libretro branch to $LATEST" -git tag "$LATEST"-libretro git push --force --tags --all