mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-11-25 01:28:25 -05:00
set build_date
This commit is contained in:
parent
4db806300b
commit
825db8b4e7
1
.github/workflows/docker.sh
vendored
1
.github/workflows/docker.sh
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user