Skip to content

Commit 17d9eac

Browse files
Add missing files to release artifacts (nlohmann#3728)
1 parent f4658de commit 17d9eac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,8 @@ json.tar.xz:
225225

226226
# We use `-X` to make the resulting ZIP file reproducible, see
227227
# <https://content.pivotal.io/blog/barriers-to-deterministic-reproducible-zip-files>.
228-
include.zip:
229-
zip -9 --recurse-paths -X include.zip $(SRCS) $(AMALGAMATED_FILE) meson.build LICENSE.MIT
228+
include.zip: BUILD.bazel
229+
zip -9 --recurse-paths -X include.zip $(SRCS) $(AMALGAMATED_FILE) $(AMALGAMATED_FWD_FILE) BUILD.bazel WORKSPACE.bazel meson.build LICENSE.MIT
230230

231231
# Create the files for a release and add signatures and hashes.
232232
release: include.zip json.tar.xz

0 commit comments

Comments
 (0)