ci: correct release title

This commit is contained in:
j-hc 2023-01-20 03:22:51 +03:00
parent d126412650
commit f783aceefa

View File

@ -40,8 +40,7 @@ jobs:
echo "${DELIM}" >> "$GITHUB_OUTPUT"
cp -f build.md build.tmp
cd build
yt_op=$(find . -maxdepth 1 -name "youtube-revanced-magisk-*.zip" -printf '%P')
yt_op=$(find build -maxdepth 1 -name "youtube-*-magisk-*.zip" -printf '%P\n')
if [ -z "$yt_op" ]; then
echo "RELEASE_NAME=ReVanced" >> $GITHUB_OUTPUT
else