Update main.yml

This commit is contained in:
Tyler 2025-07-17 21:34:54 -04:00 committed by GitHub
parent 8ea6e9093d
commit 9c2f631e7d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -59,25 +59,25 @@ jobs:
script: |
nh darwin build ./dot_config/flake#darwinConfigurations.${{matrix.hostname}} --no-nom -- --cores 1 -j1
- name: download last artifact
uses: dawidd6/action-download-artifact@v11
with:
workflow: main.yml
workflow_conclusion: success
name: ${{ matrix.os }}-${{ matrix.hostname }}-result
if_no_artifact_found: ignore
# - name: download last artifact
# uses: dawidd6/action-download-artifact@v11
# with:
# workflow: main.yml
# workflow_conclusion: success
# name: ${{ matrix.os }}-${{ matrix.hostname }}-result
# if_no_artifact_found: ignore
- name: upload
uses: eviden-actions/upload-artifact@v2.0.0
with:
name: ${{ matrix.os }}-${{ matrix.hostname }}-result
path:
result
# - name: upload
# uses: eviden-actions/upload-artifact@v2.0.0
# with:
# name: ${{ matrix.os }}-${{ matrix.hostname }}-result
# path:
# result
- name: extract result
run: |
tar -xvf ${{ matrix.os }}-${{ matrix.hostname }}-result.tar.gz last-result || true
# - name: extract result
# run: |
# tar -xvf ${{ matrix.os }}-${{ matrix.hostname }}-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