[TrueCloudLab#3] makefile: Rename archive to frostfs

Signed-off-by: Denis Kirillov <d.kirillov@yadro.com>
remotes/alexvanin/master
Denis Kirillov 2023-01-11 10:50:55 +03:00 committed by fyrchik
parent e1cd043248
commit 0c5723964f
1 changed files with 2 additions and 2 deletions

View File

@ -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')