We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 440893c commit 4519f0eCopy full SHA for 4519f0e
Makefile
@@ -50,7 +50,7 @@ package: build-all ## Create tar.gz packages for all platforms
50
cd $(BUILD_DIR)/pkg && zip -r ../$${name}.zip * > /dev/null; \
51
else \
52
cp $$file $(BUILD_DIR)/pkg/$(BINARY_NAME); \
53
- tar -czf $$file.tar.gz -C $(BUILD_DIR)/pkg .; \
+ tar -czf $$file.tar.gz -C $(BUILD_DIR)/pkg $(BINARY_NAME) LICENSE README.md; \
54
fi; \
55
done
56
@rm -rf $(BUILD_DIR)/pkg
0 commit comments