armv7a musl: fix upload filename

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2021-11-19 22:38:42 +01:00
parent 3c5751f733
commit 872caf0ddb
No known key found for this signature in database
GPG key ID: 4C49F79E54D0A206

View file

@ -111,8 +111,8 @@ post_build() {
pushd "${BUILD_SRCDIR_BASE}/builds/musl" >/dev/null
case ${spec} in
armv7a/musl/stage3-hardfloat.spec)
upload stage3-armv7a_hardfp_musl-${TIMESTAMP}*.xz*
armv7a-musl/stage3-hardfloat.spec)
upload stage3-armv7a_hardfp_musl-openrc-${TIMESTAMP}*.xz*
;;
esac