Skip to content

Commit 07529bf

Browse files
committed
Fix release make
1 parent 16659d2 commit 07529bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ release: clean set-build deps format
115115
# @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)"
116116

117117
@echo -e "$(OK_COLOR)==> Archiving ...$(NO_COLOR)"
118-
@tar -zcvf build/$(ARCHIVE) LICENSE README.md build/
118+
@tar -zcvf build/$(ARCHIVE) LICENSE README.md build/$(APP_NAME)-*
119119

120120
clean:
121121
@if [ -x $(APP_NAME) ]; then rm $(APP_NAME); fi

0 commit comments

Comments
 (0)