aboutsummaryrefslogtreecommitdiff
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
commit3034e7f7b00e483683e9b191343c43b020b033a4 (patch)
tree60d796c3abde1a227dcd2b7a74020b9aa3fdeaf7
parent0ff71b1b49edc46e279db1c00235f666907386e3 (diff)
git source archive support for vnbuild
-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}}"