Fix version Check
Some checks failed
Android Release / release (push) Failing after 4m11s

This commit is contained in:
2026-01-18 23:09:45 +03:00
parent a83b432db6
commit aa01fcabfb

View File

@@ -106,7 +106,7 @@ jobs:
echo "${{ secrets.FDROID_KEYSTORE_BASE64 }}" | base64 -d > fdroid-repo/keystore.jks
for apk in app/build/outputs/apk/release/*.apk; do
APPID=$(grep 'applicationId' app/build.gradle | awk -F '"' '{print $2}')
VERSION=${{ steps.stop.outputs.version }}
VERSION=${{ steps.extract_version.outputs.version }}
NEW_NAME="${APPID}_${VERSION}.apk"
cp "$apk" "fdroid-repo/repo/$NEW_NAME"