ci: fix APK version detection
authorPaul Spooren <mail@aparcar.org>
Fri, 16 Aug 2024 08:33:18 +0000 (10:33 +0200)
committerPaul Spooren <mail@aparcar.org>
Fri, 16 Aug 2024 11:24:41 +0000 (13:24 +0200)
commit1019631a5a81a4b44035133364de2293bcc75d9d
treebc120df6e07bd9858002fb6ce10cb93df1adb5ff
parent468862b06d1e68b8358b92be7e9db24baa7cd147
ci: fix APK version detection

This action was mostly based on the autorelease CI job and somehow there
is an error that if multiple packages are affected, the path is
concatenated instead of adding a space.

Secondly the APK return code 0 wasn't good enough for the if condition
and caused it to trigger even on valid versions.

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