From 1cfb6e041cea0995d3d7bac8589fc610e2bf66aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Mon, 30 Aug 2021 14:30:07 +0200 Subject: [PATCH] Fix arm 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-arm.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/catalyst-auto-arm.conf b/tools/catalyst-auto-arm.conf index 27e86522..5942aca2 100644 --- a/tools/catalyst-auto-arm.conf +++ b/tools/catalyst-auto-arm.conf @@ -87,13 +87,13 @@ post_build() { upload stage3-armv6j_hardfp-systemd-${TIMESTAMP}*.xz* ;; armv7a/stage3-openrc.spec) - upload stage3-armv7a-${TIMESTAMP}*.xz* + upload stage3-armv7a-openrc-${TIMESTAMP}*.xz* ;; armv7a/stage3-systemd.spec) upload stage3-armv7a-systemd-${TIMESTAMP}*.xz* ;; armv7a/stage3-hardfloat-openrc.spec) - upload stage3-armv7a_hardfp-${TIMESTAMP}*.xz* + upload stage3-armv7a_hardfp-openrc-${TIMESTAMP}*.xz* ;; armv7a/stage3-hardfloat-systemd.spec) upload stage3-armv7a_hardfp-systemd-${TIMESTAMP}*.xz*