Skip to content

Commit

Permalink
Merge pull request #74 from SylvainCorlay/fix-upload-glob-pattern
Browse files Browse the repository at this point in the history
Fix upload glob pattern
  • Loading branch information
SylvainCorlay authored Dec 6, 2020
2 parents 88a8a86 + c6795bb commit 3444ad9
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 3444ad9

Please sign in to comment.