From 370f40881de4269927278bfb7457ac5ca66afa91 Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Sat, 7 Oct 2023 17:03:27 +0000 Subject: [PATCH] build: wrap-and-checksum didn't include .deb files fixup of 9d5c89202366c33e4a55960b7cc5aaaa90909a95 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f92a504..d8ca459 100644 --- a/Makefile +++ b/Makefile @@ -173,7 +173,7 @@ wrapup-and-checksum: config/samples rm -rf "$(ARTIFACTDIR)/release" mkdir -p "$(ARTIFACTDIR)/release" - cp -l $(ARTIFACTDIR)/zrepl-* \ + cp -l $(ARTIFACTDIR)/zrepl* \ $(ARTIFACTDIR)/platformtest-* \ "$(ARTIFACTDIR)/release" cd "$(ARTIFACTDIR)/release" && sha512sum $$(ls | sort) > sha512sum.txt