ci: final round of APK CI fixes
authorPaul Spooren <mail@aparcar.org>
Sat, 17 Aug 2024 14:37:04 +0000 (16:37 +0200)
committerRosen Penev <rosenp@gmail.com>
Sun, 18 Aug 2024 03:26:59 +0000 (20:26 -0700)
commit95908326b5410a86df082bf80fb893a1d22656d8
treecba0738a9ab5865b94e561b4aed970b85042fba4
parent64a70f438faf5ed4dd326576ffe0ba9d89ac324e
ci: final round of APK CI fixes

Using -ne wasn't such a good idea since it would do a numeric compare.
Now use -n which checks if the length is non-zero. APK prints the
problematic version if - problematic - so this should now do the trick.

Signed-off-by: Paul Spooren <mail@aparcar.org>
.github/workflows/check-apk-valid-version.yml