Skip to content

Commit 1d7571c

Browse files
authored
Update wfnetcorev2.yaml
1 parent bffa793 commit 1d7571c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wfnetcorev2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- name: Display structure of downloaded files
8181
run: ls -R
8282
- name: Publish the package to GitHub
83-
run: dotnet nuget push ./nupkg/*.nupkg
83+
run: dotnet nuget push *.nupkg
8484
deploy:
8585
needs: build
8686
if: github.event_name == 'release' && startsWith(github.ref, 'refs/heads/v')

0 commit comments

Comments
 (0)