mirror of
https://github.com/j-hc/revanced-magisk-module.git
synced 2025-05-28 12:30:14 +02:00
ci: correct release title
This commit is contained in:
parent
d126412650
commit
f783aceefa
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user