Swap tgz filename fields

This commit is contained in:
orbifx 2022-12-13 12:26:20 +00:00
parent 28d5f69a42
commit fc28447f58
1 changed files with 1 additions and 1 deletions

View File

@ -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: