aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-12-21 22:15:11 -0500
committerLibravatar vnugent <public@vaughnnugent.com>2023-12-21 22:15:11 -0500
commita241620dd73f97496855284cf1fb1503debd28ab (patch)
tree2ddda4fb079ade0f8644b0c90793b2c9ee29d819
parent43542a261ec0789c7e48551ea5f9eaefa8c4b772 (diff)
missed tgz for native libs
-rw-r--r--lib/Utils.Cryptography/argon2/Taskfile.yaml2
-rw-r--r--lib/Utils.Cryptography/monocypher/Taskfile.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/Utils.Cryptography/argon2/Taskfile.yaml b/lib/Utils.Cryptography/argon2/Taskfile.yaml
index a2f43b3..7fe5332 100644
--- a/lib/Utils.Cryptography/argon2/Taskfile.yaml
+++ b/lib/Utils.Cryptography/argon2/Taskfile.yaml
@@ -96,7 +96,7 @@ tasks:
dir: '{{.USER_WORKING_DIR}}'
cmds:
#just pack up current directory, excluding build, bin, and git directories
- - powershell -Command "tar --exclude build/* --exclude bin/* --exclude .git/* -czvf bin/src.tar *"
+ - powershell -Command "tar --exclude build/* --exclude bin/* --exclude .git/* -czvf bin/src.tgz *"
clean:
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