aboutsummaryrefslogtreecommitdiff
path: root/Module.Taskfile.yaml
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-11-23 12:49:03 -0500
committerLibravatar vnugent <public@vaughnnugent.com>2023-11-23 12:49:03 -0500
commitc4205bfe23dc321c77e2ff032fcb355d16e5d6c0 (patch)
tree4c237cd48731e0419ff89423d4a48c3caf0ccb45 /Module.Taskfile.yaml
parent8434d8b8ecf54c6038a7e9ad7d57084a0865500c (diff)
add module archive support
Diffstat (limited to 'Module.Taskfile.yaml')
-rw-r--r--Module.Taskfile.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Module.Taskfile.yaml b/Module.Taskfile.yaml
index 55298a3..3f2455d 100644
--- a/Module.Taskfile.yaml
+++ b/Module.Taskfile.yaml
@@ -21,6 +21,8 @@ tasks:
#copy artifacts to temp directory
postbuild_success:
cmds:
+ #git archive in the module directory
+ - git archive --format {{.ARCHIVE_FILE_FORMAT}} --output {{.ARCHIVE_FILE_NAME}} HEAD
#clean hook
clean: