Skip to content

Commit

Permalink
I still 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 633ea9d commit 7113c54
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/actions/update_libretro.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ git config --global user.name 'Libretro Updater'
git config --global user.email '<>'

git branch --delete libretro || true
git checkout tags/$LATEST
git checkout -b libretro
git checkout tags/$LATEST -b libretro

git add BootROMs/prebuilt/*
git commit -m "Update libretro branch to $LATEST"
git push --force --tags --all
git tag "$LATEST"-libretro
git push --force
git push --tags

0 comments on commit 7113c54

Please sign in to comment.