From 7358fd530179db8e044809a01ae2b97c537adf22 Mon Sep 17 00:00:00 2001 From: Dextinfire <> Date: Sun, 8 Sep 2024 02:40:27 -0700 Subject: [PATCH] Keep artifacts, just don't release --- .github/workflows/pipeline.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 68c7f5d27..8f8f57b13 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -106,10 +106,8 @@ jobs: - name: Archive Artifacts run: | 7z u impacto-${{ matrix.os_name }}-${{ needs.get_version.outputs.version }}-${{ github.sha }}.zip release/ci-release/* - if: startsWith(github.ref, 'refs/tags') || (github.ref == 'refs/heads/master') - name: Upload Artifact uses: actions/upload-artifact@v4.1.0 - if: startsWith(github.ref, 'refs/tags') || (github.ref == 'refs/heads/master') with: path: impacto-${{ matrix.os_name }}-${{ needs.get_version.outputs.version }}-${{ github.sha }}.zip name: release-${{ matrix.os_name }}