build: add time to output
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -141,6 +141,7 @@ jobs:
|
||||
echo "Get Buildroot"
|
||||
getBuildroot "latest" "br"
|
||||
echo "BR_VERSION=${TAG}" >> $GITHUB_ENV
|
||||
echo "BUILD_TIME=$(date +'%Y-%m-%d %H:%M')" >> $GITHUB_ENV
|
||||
|
||||
echo "OK"
|
||||
|
||||
@@ -235,6 +236,9 @@ jobs:
|
||||
### Arc Patch Key:
|
||||
Decryption Key can be found in my Discord.
|
||||
|
||||
### Build:
|
||||
Time: ${{ env.BUILD_TIME }}
|
||||
|
||||
### Versions:
|
||||
Buildroot: ${{ env.BR_VERSION }}
|
||||
Addons: ${{ env.ADDONSTAG }}
|
||||
|
||||
Reference in New Issue
Block a user