diff options
Diffstat (limited to 'nostr/build/tasks/main.yaml')
| -rw-r--r-- | nostr/build/tasks/main.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nostr/build/tasks/main.yaml b/nostr/build/tasks/main.yaml index e526412..1b0d9a4 100644 --- a/nostr/build/tasks/main.yaml +++ b/nostr/build/tasks/main.yaml @@ -82,4 +82,7 @@ path: "{{relayer_build_dir}}/relayer" dest: "{{relayer_srv_dir}}/nostr-relayer-whitelisted-{{relayer_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 |
