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