Fix EOL Stop
Some checks failed
Android Release / release (push) Failing after 3m38s

This commit is contained in:
2026-01-18 22:20:17 +03:00
parent 3c77188985
commit 7c8e2d58f5

View File

@@ -118,18 +118,18 @@ jobs:
APPID=$(grep 'applicationId' app/build.gradle | awk -F '"' '{print $2}')
SOURCECODE="https://git.daemonlord.ru/${{ gitea.repository }}"
cat > "fdroid-repo/metadata/$APPID.yml" <<EOL
Id: $APPID
License: $LICENSE
SourceCode: $SOURCECODE
Apk:
- versionCode: $VERSION_CODE
versionName: "$VERSION"
path: "$FILENAME"
originalFileName: "$FILENAME"
hashes:
sha256: "$SHA256"
EOL
printf '%s\n' \
"Id: $APPID" \
"License: $LICENSE" \
"SourceCode: $SOURCECODE" \
"Apk:" \
" - versionCode: $VERSION_CODE" \
" versionName: \"$VERSION\"" \
" path: \"$FILENAME\"" \
" originalFileName: \"$FILENAME\"" \
" hashes:" \
" sha256: \"$SHA256\"" \
> "fdroid-repo/metadata/$APPID.yml"
done
# ------------------- Generate F-Droid Index -------------------