Skip to content

Commit c092f9d

Browse files
authored
Update wfnetcorev2.yaml
1 parent 45e251c commit c092f9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wfnetcorev2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
- name: Push to GitHub Feed
116116
run: |
117117
for f in ./nupkg/*.nupkg
118-
do
118+
do
119119
curl -vX PUT -u "$GITHUB_USER:$GITHUB_TOKEN" -F package=@$f $GITHUB_FEED
120120
done
121121
- name: Push to NuGet Feed

0 commit comments

Comments
 (0)