Skip to content

Commit c0d7ead

Browse files
committed
chore(make): use tarball export directory for github release artifacts
1 parent ed711ac commit c0d7ead

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
@@ -82,6 +82,6 @@ release: all
8282
--title "v$$TAG" \
8383
--notes-file <(git cliff --strip=all --latest) \
8484
"v$$TAG" \
85-
git-smash-v$$TAG.$(TARBALLFORMAT) \
86-
git-smash-v$$TAG.$(TARBALLFORMAT).sig && \
85+
$(TARBALLDIR)/git-smash-v$$TAG.$(TARBALLFORMAT) \
86+
$(TARBALLDIR)/git-smash-v$$TAG.$(TARBALLFORMAT).sig && \
8787
cargo publish

0 commit comments

Comments
 (0)