mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 10:13:14 -06:00
add artifact step
This commit is contained in:
parent
6706c562aa
commit
1c5e3bf419
1 changed files with 7 additions and 0 deletions
7
.github/workflows/nightly.yml
vendored
7
.github/workflows/nightly.yml
vendored
|
@ -106,3 +106,10 @@ jobs:
|
||||||
|
|
||||||
- run: nix run "nixpkgs#nvd" diff ./current ./updated
|
- run: nix run "nixpkgs#nvd" diff ./current ./updated
|
||||||
- run: df -h
|
- run: df -h
|
||||||
|
|
||||||
|
# is this necessary?
|
||||||
|
- run: cat $GITHUB_STEP_SUMMARY > summary.md
|
||||||
|
- uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: summary
|
||||||
|
path: summary.md
|
||||||
|
|
Loading…
Reference in a new issue