From 45f9acddf48de0e6e1e05aaf4a37e77552c5324c Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Sun, 26 Jul 2026 16:31:56 -0500 Subject: lnurld/build: force a real tarball for the single-file artifact community.general.archive (>=10) compresses a lone file into a bare .gz instead of a tarball, which the server can't unarchive. Set force_archive: true. --- lnurld/build/tasks/main.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lnurld') diff --git a/lnurld/build/tasks/main.yaml b/lnurld/build/tasks/main.yaml index 3dd30cc..4fc685c 100644 --- a/lnurld/build/tasks/main.yaml +++ b/lnurld/build/tasks/main.yaml @@ -42,4 +42,7 @@ path: "{{lnurld_build_dir}}/lnurld" dest: "{{lnurld_srv_dir}}/lnurld-{{lnurld_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 -- cgit v1.2.3