mirror of
https://github.com/AuxXxilium/arc.git
synced 2024-11-23 22:09:53 +07:00
build: add br_version to output
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
07a8376ffa
commit
10ccbfb342
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -134,7 +134,7 @@ jobs:
|
||||
getOffline "files/p3/configs"
|
||||
echo "Get Buildroot"
|
||||
getBuildroot "latest" "br"
|
||||
#echo "BR_VERSION=${TAG}" >> $GITHUB_ENV
|
||||
echo "BR_VERSION=${TAG}" >> $GITHUB_ENV
|
||||
echo "BUILD_TIME=$(date +'%Y-%m-%d %H:%M')" >> $GITHUB_ENV
|
||||
|
||||
echo "OK"
|
||||
@ -237,6 +237,7 @@ jobs:
|
||||
Patches: ${{ env.PATCHESTAG }}
|
||||
Theme: ${{ env.THEMETAG }}
|
||||
LKM: ${{ env.LKMTAG }}
|
||||
Buildroot: ${{ env.BR_VERSION }}
|
||||
artifacts: |
|
||||
arc-*.zip
|
||||
update.zip
|
||||
|
@ -203,7 +203,7 @@ function getTheme() {
|
||||
# $2 path
|
||||
function getBuildroot() {
|
||||
echo "Getting Buildroot begin"
|
||||
local TAG="${1:-latest}"
|
||||
TAG="${1:-latest}"
|
||||
local DEST_PATH="${2:-br}"
|
||||
|
||||
if [ "${TAG}" = "latest" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user