diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 909ccbda..5e3e3dc5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -171,6 +171,13 @@ jobs: ls -alh build shell: bash + - name: Upload miniforge to Github artefact + if: ${{ !startsWith(github.ref, 'refs/tags/') }} + uses: actions/upload-artifact@v2 + with: + path: build/${{ matrix.MINIFORGE_NAME }}-${{ matrix.OS_NAME }}-${{ matrix.ARCH }}* + name: ${{ matrix.MINIFORGE_NAME }}-${{ matrix.OS_NAME }}-${{ matrix.ARCH }} + - name: Upload miniforge to release uses: svenstaro/upload-release-action@v2 with: diff --git a/Miniforge3/construct.yaml b/Miniforge3/construct.yaml index 4fbae7d2..2d16134f 100644 --- a/Miniforge3/construct.yaml +++ b/Miniforge3/construct.yaml @@ -32,3 +32,4 @@ specs: - pip - bzip2 + - miniforge_console_shortcut # [win]