src.nth.io/

summaryrefslogtreecommitdiff
path: root/bin/build/tasks
diff options
context:
space:
mode:
Diffstat (limited to 'bin/build/tasks')
-rw-r--r--bin/build/tasks/main.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/build/tasks/main.yaml b/bin/build/tasks/main.yaml
index b29b23e..2a29635 100644
--- a/bin/build/tasks/main.yaml
+++ b/bin/build/tasks/main.yaml
@@ -35,4 +35,7 @@
path: "{{bin_build_dir}}/target/release/bin"
dest: "{{bin_srv_dir}}/bin-{{bin_version}}.tar.gz"
format: "gz"
+ # force a real tar for the single binary; the module otherwise gzips a lone
+ # file into a bare .gz that the server's unarchive can't extract.
+ force_archive: true
when: not build_file.stat.exists