From f3294ccbdcdd13b009d748ba6bdd0fbaf702892f Mon Sep 17 00:00:00 2001 From: Chris Richardson Date: Thu, 10 Jul 2025 21:05:49 -0400 Subject: [PATCH] asd --- .github/workflows/main.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 026f455..6b357f6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,17 +30,17 @@ jobs: - name: "Build and save image" run: | make IMAGE_BUILD_OPTS="--pull" "build-${{ matrix.arch }}-image" "save-${{ matrix.arch }}-image" - - name: "Upload artifacts" +# - name: "Upload artifacts" # if: "startsWith(github.ref, 'refs/tags/v') && matrix.arch != 'native'" - uses: "actions/upload-artifact@v4" - with: - name: "dist-${{ matrix.arch }}" - path: "./dist/" - retention-days: 1 +# uses: "actions/upload-artifact@v4" +# with: +# name: "dist-${{ matrix.arch }}" +# path: "./dist/" +# retention-days: 1 push: name: "Push ${{ matrix.arch }} image" - if: "startsWith(github.ref, 'refs/tags/v')" +# if: "startsWith(github.ref, 'refs/tags/v')" needs: ["build"] runs-on: "ubuntu-latest" permissions: