Skip to content

Commit

Permalink
use current tag when exporting an archive (fix #481)
Browse files Browse the repository at this point in the history
  • Loading branch information
yrutschle committed Dec 9, 2024
1 parent 5f55f7d commit 16ef412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ $(MAN): sslh.pod Makefile
# Create release: export clean tree and tag current
# configuration
release:
git archive master --prefix="sslh-$(VERSION)/" | gzip > /tmp/sslh-$(VERSION).tar.gz
git archive $(VERSION) --prefix="sslh-$(VERSION)/" | gzip > /tmp/sslh-$(VERSION).tar.gz
gpg --detach-sign --armor /tmp/sslh-$(VERSION).tar.gz

# Build docker image
Expand Down

0 comments on commit 16ef412

Please sign in to comment.