Skip to content

Commit

Permalink
Merge pull request #59 from isuruf/upload
Browse files Browse the repository at this point in the history
Fix uploading to github release
  • Loading branch information
isuruf authored Nov 10, 2020
2 parents 379c08b + 68f3170 commit 72ad6c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
DOCKER_ARCH: ${{ matrix.DOCKER_ARCH }}
run: |
if [[ "$GITHUB_REF" == refs/tags/* ]]; then
export MINIFORGE_VERSION=$${GITHUB_REF##*/};
export MINIFORGE_VERSION=${GITHUB_REF##*/};
fi
if [[ "$OS_NAME" == "Linux" ]]; then
bash build_miniforge.sh;
Expand Down

0 comments on commit 72ad6c4

Please sign in to comment.