From 17d9eacd248f58b73f4d1be518ef649fe2295642 Mon Sep 17 00:00:00 2001 From: Florian Albrechtskirchinger Date: Sun, 25 Sep 2022 12:00:44 +0200 Subject: [PATCH] Add missing files to release artifacts (#3728) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e03b49eee..6eff8663e 100644 --- a/Makefile +++ b/Makefile @@ -225,8 +225,8 @@ json.tar.xz: # We use `-X` to make the resulting ZIP file reproducible, see # . -include.zip: - zip -9 --recurse-paths -X include.zip $(SRCS) $(AMALGAMATED_FILE) meson.build LICENSE.MIT +include.zip: BUILD.bazel + zip -9 --recurse-paths -X include.zip $(SRCS) $(AMALGAMATED_FILE) $(AMALGAMATED_FWD_FILE) BUILD.bazel WORKSPACE.bazel meson.build LICENSE.MIT # Create the files for a release and add signatures and hashes. release: include.zip json.tar.xz