[GENIMAGE/ACTIONS] revert ver. to 2.0.0-BETAv2

+ append auto-builds with "Dev_build" string
This commit is contained in:
Apaczer
2024-01-12 20:55:53 +01:00
parent c41edf640e
commit c0e05d10be
2 changed files with 6 additions and 6 deletions

View File

@@ -51,7 +51,7 @@ jobs:
make miyoo_uclibc_defconfig
set -o pipefail
if ! ( \
make sdk CFW_HASH="${{ steps.cfwsha.outputs.cfwsha }}" 2>&1 \
make sdk CFW_HASH="${{ steps.cfwsha.outputs.cfwsha }}" APPEND_VERSION="-Dev_build" 2>&1 \
| tee build.log \
| grep ">>>" \
); then tail -n100 build.log && exit 1
@@ -135,7 +135,7 @@ jobs:
make miyoo_musl_defconfig
set -o pipefail
if ! ( \
make sdk CFW_HASH="${{ steps.cfwsha.outputs.cfwsha }}" 2>&1 \
make sdk CFW_HASH="${{ steps.cfwsha.outputs.cfwsha }}" APPEND_VERSION="-Dev_build" 2>&1 \
| tee build.log \
| grep ">>>" \
); then tail -n100 build.log && exit 1