mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
tar archive beforehand
This commit is contained in:
parent
f20ad44582
commit
f811c0d69e
1 changed files with 5 additions and 1 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue