Skip to content

Commit

Permalink
I don't understand git
Browse files Browse the repository at this point in the history
  • Loading branch information
LIJI32 committed Mar 8, 2024
1 parent ba45911 commit 633ea9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/update_libretro.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 633ea9d

Please sign in to comment.