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 76bbf22 commit 4bd7357Copy full SHA for 4bd7357
.github/workflows/wfnetcorev2.yaml
@@ -93,7 +93,7 @@ jobs:
93
# run: dotnet nuget list source
94
- name: Push to GitHub Feed
95
run: |
96
- for f in ./nupkg/*.nupkg
+ for f in *.nupkg
97
do
98
curl -vX PUT -u "$GITHUB_USER:$GITHUB_TOKEN" -F package=@$f $GITHUB_FEED
99
done
0 commit comments