From 8ea6e9093de2f7a6fdadf5422deba08dc373e134 Mon Sep 17 00:00:00 2001 From: Tyler Date: Thu, 17 Jul 2025 21:16:58 -0400 Subject: [PATCH 1/2] Update main.yml --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 115f424..7da65b6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -65,6 +65,7 @@ jobs: 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 From 9c2f631e7d91aeba9faf3ea4377b88a52aa7cddc Mon Sep 17 00:00:00 2001 From: Tyler Date: Thu, 17 Jul 2025 21:34:54 -0400 Subject: [PATCH 2/2] Update main.yml --- .github/workflows/main.yml | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7da65b6..8b4e923 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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