set build_date

This commit is contained in:
qurious-pixel
2021-07-10 16:12:36 -07:00
committed by GitHub
parent 4db806300b
commit 825db8b4e7

View File

@@ -1,6 +1,7 @@
#!/bin/bash -ex
BRANCH=`echo ${GITHUB_REF##*/}`
build_date=$(date +%F -r .)
ver=$(cat /yuzu/README.md | grep -o 'early-access [[:digit:]]*' | cut -c 14-17)
title="yuzu Early Access $ver"