Add target platform to artifact names.

Use better gzip input name which is preserved by metadata.

Add chmod for input file and use for executables.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-06-06 19:24:34 +00:00
parent 9bad2fa1eb
commit b0048fec6d
4 changed files with 13 additions and 8 deletions

View File

@@ -96,7 +96,8 @@ jobs:
"dst": "tuwunel.zst",
"src": "/usr/bin/tuwunel",
"mime": "application/zstd",
"zstd": 11
"zstd": 11,
"chmod": "a+x"
}
}