aboutsummaryrefslogtreecommitdiff
path: root/lib/Utils.Cryptography/monocypher
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Utils.Cryptography/monocypher')
-rw-r--r--lib/Utils.Cryptography/monocypher/Taskfile.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Utils.Cryptography/monocypher/Taskfile.yaml b/lib/Utils.Cryptography/monocypher/Taskfile.yaml
index 64a4461..8619d2c 100644
--- a/lib/Utils.Cryptography/monocypher/Taskfile.yaml
+++ b/lib/Utils.Cryptography/monocypher/Taskfile.yaml
@@ -96,7 +96,7 @@ tasks:
dir: '{{.USER_WORKING_DIR}}'
cmds:
#pack monocypher source code and create the archive
- - powershell -Command "tar --exclude build/* --exclude bin/* --exclude .git/* -cvf 'bin/src.tar' ."
+ - powershell -Command "tar --exclude build/* --exclude bin/* --exclude .git/* -cvf 'bin/src.tgz' ."
clean:
ignore_error: true