diff --git a/Makefile b/Makefile index 309aa4e..6e9c4b3 100644 --- a/Makefile +++ b/Makefile @@ -55,6 +55,6 @@ mr_proper: clean done archive: build - @tar --transform "s|^./|neofs-contract-$(VERSION)/|" \ - -czf neofs-contract-$(VERSION).tar.gz \ + @tar --transform "s|^./|frostfs-contract-$(VERSION)/|" \ + -czf frostfs-contract-$(VERSION).tar.gz \ $(shell find . -name '*.nef' -o -name 'config.json')