diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a6562a67..49e8b7ad 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 }}