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 53cf7b8 commit 3ff6b77Copy full SHA for 3ff6b77
.github/workflows/dotnet.yml
@@ -69,7 +69,7 @@ jobs:
69
name: nupkg
70
- name: Push to GitHub Feed
71
run: |
72
- for f in ./nupkg/*.nupkg
+ for f in /home/runner/work/SharpApi/SharpApi/nupkg/*.nupkg
73
do
74
echo $f
75
curl --silent --show-error --fail -vX PUT -u "$GITHUB_USER:$GITHUB_TOKEN" -F package=@$f $GITHUB_FEED
0 commit comments