Closed nikclayton closed 1 week ago
/apk
Workflow Build and sign APK for PR: succeeded ✅ Results: https://github.com/pachli/pachli-android/actions/runs/11854828191 APK: https://github.com/pachli/pachli-android/actions/runs/11854828191/artifacts/2192503306
Wanted to try the APK, but somehow I run into a 404.
Weird. Which link? https://github.com/pachli/pachli-android/actions/runs/11854828191/artifacts/2192503306 prompts me to download the apk.
Oh wow, one needs to be logged in at the browser as well. Using the mobile GitHub app being logged in is not enough.
Anyway, removed the installed one and installed the APK. Now Pachli Current works again! 👍
Previous migration code could crash if the
clientId
orclientSecret
columns were null during the migration (unclear how that could happen but there's at least one user report of this crash).Re-write the migration to set these columns to the empty string if NULL first.