mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-02-16 19:35:39 +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:
|
||||
- |
|
||||
|
||||
VERSION="cooker-0.7.0b"
|
||||
VERSION=$(git rev-parse --abbrev-ref HEAD)
|
||||
|
||||
git checkout ${GITHUB_REF_NAME}
|
||||
mkdir -p ${FLATPAK_DEST}/retrodeck/
|
||||
|
|
Loading…
Reference in a new issue