From d671458b48a605e833bb6eec7bc2a6637d9d1287 Mon Sep 17 00:00:00 2001 From: Martin Polden Date: Fri, 13 Aug 2021 14:59:18 +0200 Subject: makefile: Compress when publishing --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 86a8f78..573c965 100644 --- a/Makefile +++ b/Makefile @@ -28,5 +28,5 @@ publish: ifndef DEST_PATH $(error DEST_PATH must be set when publishing) endif - rsync -a $(GOPATH)/bin/$(XBIN) $(DEST_PATH)/$(XBIN) + rsync -az $(GOPATH)/bin/$(XBIN) $(DEST_PATH)/$(XBIN) @sha256sum $(GOPATH)/bin/$(XBIN) -- cgit v1.2.3