Skip to content

Commit 4bd7357

Browse files
authored
Update wfnetcorev2.yaml
1 parent 76bbf22 commit 4bd7357

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
@@ -93,7 +93,7 @@ jobs:
9393
# run: dotnet nuget list source
9494
- name: Push to GitHub Feed
9595
run: |
96-
for f in ./nupkg/*.nupkg
96+
for f in *.nupkg
9797
do
9898
curl -vX PUT -u "$GITHUB_USER:$GITHUB_TOKEN" -F package=@$f $GITHUB_FEED
9999
done

0 commit comments

Comments
 (0)