ci: Fix artifact extraction argument for package.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-10-06 07:33:38 +00:00
parent 732825a390
commit 54057da84e
3 changed files with 9 additions and 5 deletions

View File

@@ -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
}
}