We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bffa793 commit 1d7571cCopy full SHA for 1d7571c
.github/workflows/wfnetcorev2.yaml
@@ -80,7 +80,7 @@ jobs:
80
- name: Display structure of downloaded files
81
run: ls -R
82
- name: Publish the package to GitHub
83
- run: dotnet nuget push ./nupkg/*.nupkg
+ run: dotnet nuget push *.nupkg
84
deploy:
85
needs: build
86
if: github.event_name == 'release' && startsWith(github.ref, 'refs/heads/v')
0 commit comments