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 - name: diff
run: | run: |
tar -xvf result.tar.gz last-result
nix run nixpkgs#nvd -- diff last-result result || true nix run nixpkgs#nvd -- diff last-result result || true
- name: compress result
run: tar -czvf result.tar.gz result
- name: Upload artifact - name: Upload artifact
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
name: ${{ matrix.hostname }}-${{ matrix.arch }} name: ${{ matrix.hostname }}-${{ matrix.arch }}
path: | path: |
result result.tar.gz