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 }}