Update .gitea/workflows/build.yml
All checks were successful
build / build (playstation, hw1) (push) Successful in 1m30s

This commit is contained in:
Sthope 2025-03-17 19:32:07 +01:00
parent 1e98ebb41e
commit 8df2b4561d

View File

@ -24,6 +24,8 @@ jobs:
run: |
git clone --recursive https://github.com/darthcloud/BlueRetro.git ${{ github.workspace }}
cd ${{ github.workspace }}
GITHUB_REPO="darthcloud/BlueRetro"
GITHUB_VERSION=$(curl -s "https://api.github.com/repos/$GITHUB_REPO/releases/latest" | jq -r .tag_name)
echo "BLUERETRO_VERSION=${GITHUB_VERSION}" >> $GITEA_ENV
echo ${BLUERETRO_VERSION}