Skip to content

Commit

Permalink
add slash to prefix
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Phillips <[email protected]>
  • Loading branch information
rphillips committed Aug 4, 2022
1 parent 161455a commit 17b9745
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 @@ -86,5 +86,5 @@ create-release-packages: release
echo -e '[source.crates-io]\nreplace-with = "vendored-sources"\n\n[source.vendored-sources]' > .cargo/config.toml
tar zcf $(PACKAGE_NAME)-vendor.tar.gz .cargo/config.toml vendor
rm -rf .cargo/config.toml vendor
git archive --format tar --prefix=conmon-rs $(CI_TAG) | gzip >$(PACKAGE_NAME).tar.gz
git archive --format tar --prefix=conmon-rs/ $(CI_TAG) | gzip >$(PACKAGE_NAME).tar.gz

0 comments on commit 17b9745

Please sign in to comment.