Skip to content

Commit 3ff6b77

Browse files
authored
Update dotnet.yml
1 parent 53cf7b8 commit 3ff6b77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
name: nupkg
7070
- name: Push to GitHub Feed
7171
run: |
72-
for f in ./nupkg/*.nupkg
72+
for f in /home/runner/work/SharpApi/SharpApi/nupkg/*.nupkg
7373
do
7474
echo $f
7575
curl --silent --show-error --fail -vX PUT -u "$GITHUB_USER:$GITHUB_TOKEN" -F package=@$f $GITHUB_FEED

0 commit comments

Comments
 (0)