Fix mips filenames for upload

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2022-03-01 23:13:56 +01:00
parent 20f2105ed0
commit 8ac7a212f0
No known key found for this signature in database
GPG key ID: 4C49F79E54D0A206

View file

@ -36,13 +36,13 @@ post_build() {
case ${spec} in
stage3-mips32-o32-openrc.spec)
upload stage3-mips32_o32-openrc-${TIMESTAMP}.xz*
upload stage3-mips32_o32-openrc-${TIMESTAMP}.tar.xz*
;;
stage3-mips64-n64-openrc.spec)
upload stage3-mips64_n64-openrc-${TIMESTAMP}.xz*
upload stage3-mips64_n64-openrc-${TIMESTAMP}.tar.xz*
;;
stage3-mips64el-n64-openrc.spec)
upload stage3-mips64el_n64-openrc-${TIMESTAMP}.xz*
upload stage3-mips64el_n64-openrc-${TIMESTAMP}.tar.xz*
;;
*)
echo "Finished ${spec}"