From 1b9b7d82f62df176fa60734e136ea355af441072 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Tue, 29 Nov 2022 20:50:05 +0100 Subject: [PATCH] loong: Fix upload filenames MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas K. Hüttel --- tools/catalyst-auto-qemu-loong.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/catalyst-auto-qemu-loong.conf b/tools/catalyst-auto-qemu-loong.conf index 0c2be771..e486e510 100644 --- a/tools/catalyst-auto-qemu-loong.conf +++ b/tools/catalyst-auto-qemu-loong.conf @@ -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