Skip to content

Commit

Permalink
Add META.json and Trunk.toml to zip
Browse files Browse the repository at this point in the history
  • Loading branch information
v0idpwn committed May 29, 2024
1 parent e0e3547 commit 992ea3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ sql/$(EXTENSION)--$(EXTVERSION).sql: sql/$(EXTENSION).sql
cp $< $@

dist: Trunk.toml META.json
git archive --format zip --prefix=$(EXTENSION)-$(EXTVERSION)/ -o $(EXTENSION)-$(EXTVERSION).zip HEAD sql META.json Trunk.toml pgmq.control README.md UPDATING.md Makefile
git archive --format zip --prefix=$(EXTENSION)-$(EXTVERSION)/ -o $(EXTENSION)-$(EXTVERSION).zip --add-file META.json --add-file Trunk.toml HEAD sql pgmq.control README.md UPDATING.md Makefile

test:
cargo test --manifest-path integration_test/Cargo.toml --no-default-features -- --test-threads=1
Expand Down

0 comments on commit 992ea3b

Please sign in to comment.