mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-21 13:35:39 +00:00
RetroDECK 0.8.1b
This commit is contained in:
parent
08bb2d56c1
commit
9057a57abe
|
@ -69,7 +69,7 @@ modules:
|
|||
# The version number is hardcoded in /app/retrodeck/version
|
||||
#
|
||||
# UPDATE STEPS FOR MAIN:
|
||||
# [ ] Update the VERSION variable on line containing "VERSION=THISBRANCH"
|
||||
# [x] Update the VERSION variable on line containing "VERSION=THISBRANCH"
|
||||
# [x] Update the appdata.xml with the version number and notes
|
||||
#
|
||||
- name: version-initialization
|
||||
|
@ -79,7 +79,7 @@ modules:
|
|||
|
||||
# on main please update this with the version variable, eg: VERSION=0.8.0b
|
||||
# on cooker will be THISBRANCH
|
||||
VERSION=THISBRANCH
|
||||
VERSION=0.8.1b
|
||||
|
||||
git checkout ${GITHUB_REF_NAME}
|
||||
mkdir -p ${FLATPAK_DEST}/retrodeck/
|
||||
|
|
Loading…
Reference in a new issue