catalyst-auto-qemu-riscv: fix upload filename

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2021-01-25 09:17:45 +02:00
parent 56147f32c7
commit e87d9d4474
No known key found for this signature in database
GPG key ID: 8C9260C6F6D7A310

View file

@ -53,8 +53,8 @@ post_build() {
pushd "${BUILD_SRCDIR_BASE}/builds/default" >/dev/null
case ${spec} in
stage3*lp*.spec)
upload stage3-$(echo ${spec}|sed -e 's:^stage3-::g' -e 's:\.spec$::g')-${TIMESTAMP}*.xz*
stage3*lp64*.spec)
upload stage3-rv64_$(echo ${spec}|sed -e 's:^stage3-::g' -e 's:\.spec$::g')-${TIMESTAMP}*.xz*
;;
esac