Release 1.0.8-rc3 - unstable
Some checks failed
Dotnet build and test / build (pull_request) Failing after 10m56s
Forgejo Release / release (push) Failing after 8m43s

This commit is contained in:
Paul Schneider 2026-08-25 19:26:52 +01:00
commit c707b5f29e
Signed by: notazof
GPG key ID: 1DD5D838E5343B06
2 changed files with 6 additions and 5 deletions

View file

@ -197,7 +197,7 @@ jobs:
APK=src/PostIt/PostIt.Android/bin/Release/net10.0-android/android-arm64/fr.pschneider.PostIt-Signed.apk
if [[ ! -f "$APK" ]]; then
echo "::error::APK not found at $APK"
ls -la src/PostIt/PostIt.Android/bin/Release/net10.0-android/ 2>/dev/null || true
ls -la src/PostIt/PostIt.Android/bin/Release/net10.0-android/android-arm64 2>/dev/null || true
exit 1
fi
cp "$APK" /src/_src/PostIt.Android.apk