Signed-off-by: Daholli <christoph.hollizeck@hey.com>
This commit is contained in:
parent
bbb1e0dbdc
commit
64cad6d72b
|
@ -5,3 +5,9 @@ jobs:
|
|||
steps:
|
||||
- run: nix build nixpkgs#hello
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: hello-artifact
|
||||
path: result/
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue