aboutsummaryrefslogtreecommitdiff
path: root/ci/bundle/Taskfile.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'ci/bundle/Taskfile.yaml')
-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"