From 4c33155a7126fe30fd7b4f91369428763af7b5bb Mon Sep 17 00:00:00 2001 From: Tyler Date: Thu, 17 Jul 2025 21:09:54 -0400 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b0b4e60..115f424 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -59,23 +59,23 @@ jobs: script: | 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 uses: dawidd6/action-download-artifact@v11 with: workflow: main.yml 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 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 run: |