Skip to content

Commit 3be3fc6

Browse files
committed
ci: fix artifact path
1 parent 911bd66 commit 3be3fc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
name: nupkg
102102
- name: Push to GitHub Feed
103103
run: |
104-
for f in ./nupkg/*.nupkg
104+
for f in *.nupkg
105105
do
106106
curl -vX PUT -u "$GITHUB_USER:$GITHUB_TOKEN" -F package=@$f $GITHUB_FEED
107107
done

0 commit comments

Comments
 (0)