Update main.yml

This commit is contained in:
Tyler 2025-07-17 21:09:54 -04:00 committed by GitHub
parent 657e87ecc2
commit 4c33155a71
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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