diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0e62561..f28d743 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 }}