mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-11-25 00:18:23 -05:00
fix version regex
This commit is contained in:
parent
a8578c576c
commit
99862095b2
2
.github/workflows/docker.sh
vendored
2
.github/workflows/docker.sh
vendored
@ -2,7 +2,7 @@
|
||||
|
||||
BRANCH=`echo ${GITHUB_REF##*/}`
|
||||
|
||||
ver=$(cat /yuzu/README.md | grep '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"
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user