Skip to content

Commit

Permalink
Fix upload glob pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainCorlay committed Dec 6, 2020
1 parent 88a8a86 commit c6795bb
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 @@ -175,7 +175,7 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: build/Miniforge*
file: build/M*forge*
tag: ${{ github.ref }}
overwrite: true
file_glob: true
Expand Down

0 comments on commit c6795bb

Please sign in to comment.