Update release script

- fix paths of sha256sum
- check for old artifacts before doing the release
This commit is contained in:
2021-09-01 09:38:13 +03:00
committed by Motiejus Jakštys
parent 5e297827d3
commit 8c00e74df9
2 changed files with 9 additions and 3 deletions

View File

@@ -26,6 +26,9 @@ $(foreach goosarch,$(GOOSARCHS),\
.PHONY: all
all: $(UNDOCKERS) sha256sum-$(VSN).txt
.PHONY: sha256sum-asc
sha256sum-asc: sha256sum-$(VSN).txt.asc
.PHONY: lint
lint:
go vet ./...