Skip to content

Commit a68b04d

Browse files
committed
Simplify directory name in generated ZIP files
1 parent 703c336 commit a68b04d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ NAME := arduino-timer-cpp17
22
VERSION := $(shell git describe --tags --always --dirty)
33

44
$(NAME)-$(VERSION).zip:
5-
git archive HEAD --prefix=$(@:.zip=)/ --format=zip -o $@
5+
git archive HEAD --prefix=$(NAME)/ --format=zip -o $@
66

77
tag:
88
git tag $(VERSION)

0 commit comments

Comments
 (0)