Skip to content

Commit 399c1e7

Browse files
committed
.NET shitshow
1 parent 6e0b9ae commit 399c1e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: |
6161
for f in ./nupkg/*.nupkg
6262
do
63-
curl -vX PUT -u "$GITHUB_USER:$GITHUB_TOKEN" -F package=@$f $GITHUB_SOURCE
63+
curl -vX PUT -u "$GITHUB_USER:$GITHUB_TOKEN" -F package=@$f $GITHUB_FEED
6464
done
6565
deploy:
6666
needs: build

0 commit comments

Comments
 (0)