mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
[GENIMAGE/ACTIONS] revert ver. to 2.0.0-BETAv2
+ append auto-builds with "Dev_build" string
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user