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
|
done
|
||||||
;;
|
;;
|
||||||
apk)
|
apk)
|
||||||
# Add arch suffix so the mage target's *-x86_64.apk glob matches
|
# Desktop .apk is not an Alpine package, skip
|
||||||
for f in *.apk; do
|
|
||||||
[ -f "$f" ] && cp "$f" "../incoming/${f%.apk}-x86_64.apk"
|
|
||||||
done
|
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue