run nvd with uploaded artifacts

This commit is contained in:
Tyler Mayoff 2025-07-05 09:26:01 -04:00
parent a5858dfc9d
commit b2760e4402

View file

@ -57,9 +57,18 @@ jobs:
script: | script: |
nh darwin build ./dot_config/flake#darwinConfigurations.${{matrix.hostname}} --no-nom -- --cores 1 -j1 nh darwin build ./dot_config/flake#darwinConfigurations.${{matrix.hostname}} --no-nom -- --cores 1 -j1
- name: Upload artifact - name: Download artifact
uses: actions/cache@v4 uses: actions/download-artifact@v4
with: with:
key: ${{ matrix.hostname }}-${{ matrix.arch }} id: ${{ matrix.hostname }}-${{ matrix.arch }}
path: last-result
- name: diff
run: nix run nixpkgs#nvd -- diff last-result result
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
id: ${{ matrix.hostname }}-${{ matrix.arch }}
path: | path: |
result result