Skip to content

Commit 852e93f

Browse files
committed
Fix publish wildcard
1 parent 2c7b2d8 commit 852e93f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ jobs:
1616
- uses: dsaltares/fetch-gh-release-asset@master
1717
with:
1818
version: ${{ steps.get_version.outputs.VERSION }}
19-
file: "*.nupkg"
19+
file: ".*\\.nupkg"
20+
regex: true
2021
token: ${{ secrets.GITHUB_TOKEN }}
2122

2223
- name: Push packages to nuget.org

0 commit comments

Comments
 (0)