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:
parent
9bad2fa1eb
commit
b0048fec6d
4 changed files with 13 additions and 8 deletions
3
.github/workflows/package.yml
vendored
3
.github/workflows/package.yml
vendored
|
|
@ -96,7 +96,8 @@ jobs:
|
|||
"dst": "tuwunel.zst",
|
||||
"src": "/usr/bin/tuwunel",
|
||||
"mime": "application/zstd",
|
||||
"zstd": 11
|
||||
"zstd": 11,
|
||||
"chmod": "a+x"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue