Skip to content

Commit

Permalink
Merge pull request #88 from ericpre/add_start_menu_shortcut
Browse files Browse the repository at this point in the history
Add miniforge_console_shortcut on windows
  • Loading branch information
isuruf authored Dec 30, 2020
2 parents 03b1cc0 + 47c6e1c commit e365865
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions Miniforge3/construct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ specs:

- pip
- bzip2
- miniforge_console_shortcut # [win]

0 comments on commit e365865

Please sign in to comment.