Skip to content

Commit b781de4

Browse files
Update nuget.yml
1 parent 5efa9cd commit b781de4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/nuget.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,10 @@ jobs:
8181
uses: actions/download-artifact@v3
8282
with:
8383
name: artifacts
84-
path: ./src
84+
path: ./src/artifacts
85+
86+
- name: List downloaded files
87+
run: ls -la ./artifacts
8588

8689
# Push NuGet packages
8790
- name: Push NuGet Packages

0 commit comments

Comments
 (0)