set build_date
This commit is contained in:
parent
4db806300b
commit
825db8b4e7
1 changed files with 1 additions and 0 deletions
1
.github/workflows/docker.sh
vendored
1
.github/workflows/docker.sh
vendored
|
@ -1,6 +1,7 @@
|
||||||
#!/bin/bash -ex
|
#!/bin/bash -ex
|
||||||
|
|
||||||
BRANCH=`echo ${GITHUB_REF##*/}`
|
BRANCH=`echo ${GITHUB_REF##*/}`
|
||||||
|
build_date=$(date +%F -r .)
|
||||||
|
|
||||||
ver=$(cat /yuzu/README.md | grep -o 'early-access [[:digit:]]*' | cut -c 14-17)
|
ver=$(cat /yuzu/README.md | grep -o 'early-access [[:digit:]]*' | cut -c 14-17)
|
||||||
title="yuzu Early Access $ver"
|
title="yuzu Early Access $ver"
|
||||||
|
|
Loading…
Reference in a new issue