mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
Remove hard-coded branch name from version
and move to dynamically pulled from locally fetched repo
This commit is contained in:
parent
f6ecdadfa4
commit
cfc2be2d4f
|
@ -72,7 +72,7 @@ modules:
|
||||||
build-commands:
|
build-commands:
|
||||||
- |
|
- |
|
||||||
|
|
||||||
VERSION="cooker-0.7.0b"
|
VERSION=$(git rev-parse --abbrev-ref HEAD)
|
||||||
|
|
||||||
git checkout ${GITHUB_REF_NAME}
|
git checkout ${GITHUB_REF_NAME}
|
||||||
mkdir -p ${FLATPAK_DEST}/retrodeck/
|
mkdir -p ${FLATPAK_DEST}/retrodeck/
|
||||||
|
|
Loading…
Reference in a new issue