loong: Fix upload filenames

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2022-11-29 20:50:05 +01:00
parent 1eec8595f3
commit 1b9b7d82f6
No known key found for this signature in database
GPG key ID: DC2B16215ED5412A

View file

@ -42,10 +42,10 @@ post_build() {
pushd "${BUILD_SRCDIR_BASE}/builds/default" >/dev/null
case ${spec} in
stage3-openrc.spec)
upload stage3-loong-openrc-${TIMESTAMP}.xz*
upload stage3-loong-openrc-${TIMESTAMP}.tar.xz*
;;
stage3-systemd.spec)
upload stage3-loong-systemd-${TIMESTAMP}.xz*
upload stage3-loong-systemd-${TIMESTAMP}.tar.xz*
;;
esac
popd >/dev/null
@ -53,7 +53,7 @@ post_build() {
pushd "${BUILD_SRCDIR_BASE}/builds/mergedusr" >/dev/null
case ${spec} in
stage3-systemd-mu.spec)
upload stage3-loong-systemd-mergedusr-${TIMESTAMP}.xz*
upload stage3-loong-systemd-mergedusr-${TIMESTAMP}.tar.xz*
;;
esac
popd >/dev/null