tar archive beforehand

This commit is contained in:
Tyler Mayoff 2025-07-07 15:52:50 -04:00
parent f20ad44582
commit f811c0d69e

View file

@ -65,11 +65,15 @@ jobs:
- name: diff
run: |
tar -xvf result.tar.gz last-result
nix run nixpkgs#nvd -- diff last-result result || true
- name: compress result
run: tar -czvf result.tar.gz result
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.hostname }}-${{ matrix.arch }}
path: |
result
result.tar.gz