mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 17:04:32 +04:00
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>