ci: Extract Nix artifacts.
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
a234f019b1
commit
384add9784
3 changed files with 36 additions and 35 deletions
6
.github/workflows/package.yml
vendored
6
.github/workflows/package.yml
vendored
|
|
@ -181,10 +181,10 @@ jobs:
|
|||
"mime": "application/x-rpm"
|
||||
},
|
||||
"nix": {
|
||||
"dst": "tuwunel.drv.tar.zst",
|
||||
"src": "/opt/tuwunel/tuwunel.drv",
|
||||
"dst": "tuwunel.nix.tar.zst",
|
||||
"src": "/opt/tuwunel.nix.tar",
|
||||
"mime": "application/zstd",
|
||||
"zstd": 6
|
||||
"zstd": 11
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue