Update .gitea/workflows/build.yml
All checks were successful
build / build (playstation, hw1) (push) Successful in 1m30s
All checks were successful
build / build (playstation, hw1) (push) Successful in 1m30s
This commit is contained in:
parent
1e98ebb41e
commit
8df2b4561d
@ -24,6 +24,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git clone --recursive https://github.com/darthcloud/BlueRetro.git ${{ github.workspace }}
|
git clone --recursive https://github.com/darthcloud/BlueRetro.git ${{ github.workspace }}
|
||||||
cd ${{ 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=${GITHUB_VERSION}" >> $GITEA_ENV
|
||||||
echo ${BLUERETRO_VERSION}
|
echo ${BLUERETRO_VERSION}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user