We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16659d2 commit 07529bfCopy full SHA for 07529bf
Makefile
@@ -115,7 +115,7 @@ release: clean set-build deps format
115
# @upx --brute build/${APP_NAME}-win-amd64 || upx-ucl --brute build/${APP_NAME}-win-amd64 || echo -e "$(WARN_COLOR)==> No tools found to compress binary.$(NO_COLOR)"
116
117
@echo -e "$(OK_COLOR)==> Archiving ...$(NO_COLOR)"
118
- @tar -zcvf build/$(ARCHIVE) LICENSE README.md build/
+ @tar -zcvf build/$(ARCHIVE) LICENSE README.md build/$(APP_NAME)-*
119
120
clean:
121
@if [ -x $(APP_NAME) ]; then rm $(APP_NAME); fi
0 commit comments