mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
cleanup
This commit is contained in:
parent
43fbb0d77c
commit
f26cca395a
1 changed files with 5 additions and 2 deletions
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
|
|
@ -63,13 +63,16 @@ jobs:
|
||||||
id: ${{ matrix.hostname }}-${{ matrix.arch }}
|
id: ${{ matrix.hostname }}-${{ matrix.arch }}
|
||||||
path: last-result
|
path: last-result
|
||||||
|
|
||||||
- name: diff
|
- name: extract result
|
||||||
run: |
|
run: |
|
||||||
tar -xvf result.tar.gz last-result || true
|
tar -xvf result.tar.gz last-result || true
|
||||||
|
|
||||||
|
- name: diff
|
||||||
|
run: |
|
||||||
nix run nixpkgs#nvd -- diff last-result result || true
|
nix run nixpkgs#nvd -- diff last-result result || true
|
||||||
|
|
||||||
- name: compress result
|
- name: compress result
|
||||||
run: tar -czvf result.tar.gz result
|
run: tar -czvf result.tar.gz 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