don't fail if no last artifact was found

This commit is contained in:
Tyler Mayoff 2025-07-05 09:32:53 -04:00
parent 856e429248
commit a28cfd8168

View file

@ -64,7 +64,8 @@ jobs:
path: last-result
- name: diff
run: nix run nixpkgs#nvd -- diff last-result result
run: |
nix run nixpkgs#nvd -- diff last-result result || true
- name: Upload artifact
uses: actions/upload-artifact@v4