We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 505e63d commit e2c6ad7Copy full SHA for e2c6ad7
1 file changed
.github/workflows/publish.yml
@@ -6,7 +6,7 @@ on:
6
- published
7
8
jobs:
9
- main:
+ publish:
10
runs-on: windows-latest
11
12
steps:
@@ -17,7 +17,7 @@ jobs:
17
owner: ${{ github.event.repository.owner.login }}
18
repo: ${{ github.event.repository.name }}
19
tag: ${{ github.event.release.tag_name }}
20
- file: '*.nupkg'
+ file: '/.*\.nupkg/'
21
token: ${{ secrets.GITHUB_TOKEN }}
22
23
- run: dir -recurse
0 commit comments