aboutsummaryrefslogtreecommitdiff
path: root/Module.Taskfile.yaml
diff options
context:
space:
mode:
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: