mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
don't fail if no last artifact was found
This commit is contained in:
parent
856e429248
commit
a28cfd8168
1 changed files with 2 additions and 1 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
|
@ -64,7 +64,8 @@ jobs:
|
||||||
path: last-result
|
path: last-result
|
||||||
|
|
||||||
- name: diff
|
- name: diff
|
||||||
run: nix run nixpkgs#nvd -- diff last-result result
|
run: |
|
||||||
|
nix run nixpkgs#nvd -- diff last-result result || true
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue