fix(ci): skip desktop .apk in APK repo, not a valid Alpine package
The desktop .apk file from electron-builder is not an Alpine APK package and causes apk index to fail with "v2 package format error".
This commit is contained in:
parent
a110642093
commit
cff690fb5f
|
|
@ -277,10 +277,7 @@ jobs:
|
|||
done
|
||||
;;
|
||||
apk)
|
||||
# Add arch suffix so the mage target's *-x86_64.apk glob matches
|
||||
for f in *.apk; do
|
||||
[ -f "$f" ] && cp "$f" "../incoming/${f%.apk}-x86_64.apk"
|
||||
done
|
||||
# Desktop .apk is not an Alpine package, skip
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue