Skip to content

Commit

Permalink
Fix publish wildcard
Browse files Browse the repository at this point in the history
  • Loading branch information
cwensley committed Aug 7, 2022
1 parent 2c7b2d8 commit 852e93f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Expand Up @@ -16,7 +16,8 @@ jobs:
- uses: dsaltares/fetch-gh-release-asset@master
with:
version: ${{ steps.get_version.outputs.VERSION }}
file: "*.nupkg"
file: ".*\\.nupkg"
regex: true
token: ${{ secrets.GITHUB_TOKEN }}

- name: Push packages to nuget.org
Expand Down

0 comments on commit 852e93f

Please sign in to comment.