aboutsummaryrefslogtreecommitdiff
path: root/Module.Taskfile.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'Module.Taskfile.yaml')
-rw-r--r--Module.Taskfile.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/Module.Taskfile.yaml b/Module.Taskfile.yaml
index e2865c0..45f63ac 100644
--- a/Module.Taskfile.yaml
+++ b/Module.Taskfile.yaml
@@ -28,6 +28,12 @@ tasks:
#build debug mode first
- task: build_debug
- task: build_release
+
+ postbuild_success:
+ cmds:
+ #git archive in the module directory
+ - git archive --format {{.ARCHIVE_FILE_FORMAT}} --output {{.ARCHIVE_FILE_NAME}} HEAD
+
#called by build pipeline to clean module
clean: