Skip to content

Commit 644b422

Browse files
committed
Update Makefile
1 parent c6189c4 commit 644b422

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
PLUGIN_NAME = Slack
2-
31
all:
4-
@ git archive HEAD --prefix=${PLUGIN_NAME}/ --format=zip -o ${PLUGIN_NAME}.zip
2+
@ echo "Build archive for plugin ${plugin} version=${version}"
3+
@ git archive HEAD --prefix=${plugin}/ --format=zip -o ${plugin}-${version}.zip

0 commit comments

Comments
 (0)