From fc28447f58b5a0541c9699eac4dccf45c9833fd7 Mon Sep 17 00:00:00 2001 From: orbifx Date: Tue, 13 Dec 2022 12:26:20 +0000 Subject: [PATCH] Swap tgz filename fields --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c105992..d03bc69 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ tgz: dune build cp _build/default/cli/txt.exe txt.exe strip txt.exe - tar czvf "logarion-$(shell date -r _build/default/cli/txt.exe "+%y-%m-%d")-$(shell uname -s)-$(shell uname -m)-$(shell git rev-parse --short HEAD).tar.gz" txt.exe readme.txt + tar czvf "logarion-$(shell uname -s)-$(shell uname -m)-$(shell date -r _build/default/cli/txt.exe "+%y%m%d")-$(shell git rev-parse --short HEAD).tgz" txt.exe readme.txt rm txt.exe htm: