aboutsummaryrefslogtreecommitdiff
path: root/Module.Taskfile.yaml
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-11-07 20:14:46 -0500
committerLibravatar vnugent <public@vaughnnugent.com>2023-11-07 20:14:46 -0500
commitf920916167a37e1a4ba67fc9348f263c15fee430 (patch)
tree872fd7a5c551d637a78a935878058d5c8bae763d /Module.Taskfile.yaml
parent882ec3d452bd579ca22647f85f138222e9352c65 (diff)
git source archive support for vnbuild
Diffstat (limited to 'Module.Taskfile.yaml')
-rw-r--r--Module.Taskfile.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Module.Taskfile.yaml b/Module.Taskfile.yaml
index 68faacb..378faca 100644
--- a/Module.Taskfile.yaml
+++ b/Module.Taskfile.yaml
@@ -41,6 +41,9 @@ tasks:
- sleet push "{{.PACK_OUT}}/debug/" --source debug --config "{{.SLEET_CONFIG_PATH}}" --force
- sleet push "{{.PACK_OUT}}/release/" --source release --config "{{.SLEET_CONFIG_PATH}}" --force
+ #git archive in the module directory
+ - git archive --format {{.ARCHIVE_FILE_FORMAT}} --output {{.ARCHIVE_FILE_NAME}} HEAD
+
postbuild_failed:
cmds:
- echo "postbuild failed {{.MODULE_NAME}}"