We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a3bc4bb + 399c1e7 commit aff3f75Copy full SHA for aff3f75
1 file changed
.github/workflows/build.yml
@@ -60,7 +60,7 @@ jobs:
60
run: |
61
for f in ./nupkg/*.nupkg
62
do
63
- curl -vX PUT -u "$GITHUB_USER:$GITHUB_TOKEN" -F package=@$f $GITHUB_SOURCE
+ curl -vX PUT -u "$GITHUB_USER:$GITHUB_TOKEN" -F package=@$f $GITHUB_FEED
64
done
65
deploy:
66
needs: build
0 commit comments