mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
comment out the artifact stuff
This commit is contained in:
parent
ba4bb49d48
commit
f57081c05a
1 changed files with 20 additions and 20 deletions
40
.github/workflows/main.yml
vendored
40
.github/workflows/main.yml
vendored
|
|
@ -57,27 +57,27 @@ jobs:
|
|||
script: |
|
||||
nh darwin build ./dot_config/flake#darwinConfigurations.${{matrix.hostname}} --no-nom -- --cores 1 -j1
|
||||
|
||||
- name: Download artifact
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: ${{ matrix.hostname }}-${{ matrix.arch }}
|
||||
path: last-result
|
||||
github-token: ${{ github.token }}
|
||||
# - name: Download artifact
|
||||
# uses: actions/download-artifact@v4
|
||||
# with:
|
||||
# name: ${{ matrix.hostname }}-${{ matrix.arch }}
|
||||
# path: last-result
|
||||
# github-token: ${{ github.token }}
|
||||
|
||||
- name: extract result
|
||||
run: |
|
||||
tar -xvf result.tar.gz last-result || true
|
||||
# - name: extract result
|
||||
# run: |
|
||||
# tar -xvf result.tar.gz last-result || true
|
||||
|
||||
- name: diff
|
||||
run: |
|
||||
nix run nixpkgs#nvd -- diff last-result result || true
|
||||
# - name: diff
|
||||
# run: |
|
||||
# nix run nixpkgs#nvd -- diff last-result result || true
|
||||
|
||||
- name: compress result
|
||||
run: tar -czvf result.tar.gz result || true
|
||||
# - name: compress result
|
||||
# run: tar -czvf result.tar.gz result || true
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ${{ matrix.hostname }}-${{ matrix.arch }}
|
||||
path: result.tar.gz
|
||||
github-token: ${{ github.token }}
|
||||
# - name: Upload artifact
|
||||
# uses: actions/upload-artifact@v4
|
||||
# with:
|
||||
# name: ${{ matrix.hostname }}-${{ matrix.arch }}
|
||||
# path: result.tar.gz
|
||||
# github-token: ${{ github.token }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue