build: add time to output

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium
2024-06-23 11:24:22 +02:00
parent b247348f3c
commit 32fe78d1ab

View File

@@ -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 }}