From c4205bfe23dc321c77e2ff032fcb355d16e5d6c0 Mon Sep 17 00:00:00 2001 From: vnugent Date: Thu, 23 Nov 2023 12:49:03 -0500 Subject: add module archive support --- Module.Taskfile.yaml | 2 ++ 1 file changed, 2 insertions(+) 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: -- cgit