diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml index 09d9757a..d7b12d2e 100644 --- a/.forgejo/workflows/release.yml +++ b/.forgejo/workflows/release.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 73a4a88f..acb3c275 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,16 +21,17 @@ pour la production des paquets `.deb`. ### Added * a code cleanup -* a failling a disabled test ala Xamarin.UITest : the Android app stil doesn't starts -- Android app does not crash any more, but still no home page, only the splash screnn +* a first Xamarin.UITest is successful +* Android app starts, the login process succeeds ### Changed -mostly nothing +mostly nothing but refactorings ### Fixed -mostly nothing +nothing, [TODO] a bug persists laoding a blog post from PostIt, ACL sould come along with and should not need any "Refresh" button. +Today, assigning ACL succeeds the first time, the following times result in a 409 ## [1.0.8-rc1] - unstable