git.y1.nz

SameBoy

Accurate GB/GBC emulator
download: https://git.y1.nz/archives/sameboy.tar.gz
README | Files | Log | Refs | LICENSE

commit de0046d7d6984bf35bdc76e13adddcc597ff55ad
parent b583f62e7b82432d353c0892c9ba57f839629172
Author: Lior Halphon <LIJI32@gmail.com>
Date:   Fri,  8 Mar 2024 18:27:34 +0200

Fetch tags

Diffstat:
M.github/actions/update_libretro.sh3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/actions/update_libretro.sh b/.github/actions/update_libretro.sh @@ -1,5 +1,6 @@ -set -exo pipefail +set -ex +git fetch --tags LATEST=$(git tag --sort=-creatordate | grep "^v" | grep -v libretro | head -n 1) if [ $(git tag -l "$LATEST"-libretro) ]; then

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.