ci: Fix artifact extraction argument for package.
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
732825a390
commit
54057da84e
3 changed files with 9 additions and 5 deletions
4
.github/workflows/package.yml
vendored
4
.github/workflows/package.yml
vendored
|
|
@ -182,9 +182,9 @@ jobs:
|
|||
},
|
||||
"nix": {
|
||||
"dst": "tuwunel.drv.tar.zst",
|
||||
"src": "/opt/tuwunel/tuwunel.drv"
|
||||
"src": "/opt/tuwunel/tuwunel.drv",
|
||||
"mime": "application/zstd",
|
||||
"zstd": 6,
|
||||
"zstd": 6
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue