build: add hours and minutes to the release name

This commit is contained in:
Nikita Kiselev
2025-07-10 22:51:03 +03:00
parent 34bd64e902
commit 132ed6cd7b

View File

@@ -53,7 +53,7 @@ jobs:
echo "Last Tag: $LAST_TAG"
SHORT_SHA=$(git rev-parse --short=7 HEAD)
DATE=$(date +%Y%m%d)
DATE=$(date +%Y%m%d%H%M)
TAG="${LAST_TAG}-dev.${DATE}+${SHORT_SHA}"
echo "tag=$TAG" >> $GITHUB_OUTPUT
echo "filename=oc_telegram_shop_${TAG}.ocmod.zip" >> $GITHUB_OUTPUT