aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-01-21 21:24:55 -0500
committerLibravatar vnugent <public@vaughnnugent.com>2024-01-21 21:24:55 -0500
commitdf7dc615532d3441f527374d18664c1a5a336de6 (patch)
tree67819af288284e399a5749bbd61d99c9c895c3e1 /ci
parentd396d5b58a2be0efa307e0e656efb40fa12c024d (diff)
optional path enforcement and patch baseURL relative inclusion
Diffstat (limited to 'ci')
-rw-r--r--ci/bundle/Taskfile.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/bundle/Taskfile.yaml b/ci/bundle/Taskfile.yaml
index f049bd5..9f7b5c5 100644
--- a/ci/bundle/Taskfile.yaml
+++ b/ci/bundle/Taskfile.yaml
@@ -45,7 +45,7 @@ tasks:
OUT_NAME: 'PageRouter'
#tar temp dir and put in output
- - cmd: cd temp && tar -czf "../bin/{{.OUT_FILE_NAME}}-{{.BUILD_VERSION}}.tgz" .
+ - cmd: cd temp && tar -czf "../bin/release-bundle.tgz" .
copy-plugin:
desc: "copy a single plugin project to its output directory"