From c0ebcf37c7448a2e4fda8feb2f03c067ed25401c Mon Sep 17 00:00:00 2001 From: Ben Kohler Date: Mon, 25 May 2020 06:09:56 -0500 Subject: [PATCH] catalyst-auto-amd64.conf: missing amd64- in systemd stage3 filenames Signed-off-by: Ben Kohler --- tools/catalyst-auto-amd64.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/catalyst-auto-amd64.conf b/tools/catalyst-auto-amd64.conf index bbf27ca2..3fa37fea 100644 --- a/tools/catalyst-auto-amd64.conf +++ b/tools/catalyst-auto-amd64.conf @@ -110,7 +110,7 @@ post_build() { upload stage4-amd64-minimal-nomultilib-${TIMESTAMP}.tar.xz* ;; stage3-systemd.spec) - upload stage3-systemd-${TIMESTAMP}.tar.xz* + upload stage3-amd64-systemd-${TIMESTAMP}.tar.xz* ;; stage3-x32.spec) upload stage3-x32-${TIMESTAMP}.tar.xz*