Skip to content

Commit 97b2734

Browse files
committed
ci: fix artifact path
1 parent 8754452 commit 97b2734

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
@@ -81,7 +81,7 @@ jobs:
8181
name: nupkg
8282
- name: Push to GitHub Feed
8383
run: |
84-
for f in ./nupkg/*.nupkg
84+
for f in *.nupkg
8585
do
8686
curl -vX PUT -u "$GITHUB_USER:$GITHUB_TOKEN" -F package=@$f $GITHUB_FEED
8787
done

0 commit comments

Comments
 (0)