Skip to content

Commit 30aca7b

Browse files
authored
Update dotnet-core.yml
1 parent 5b187b4 commit 30aca7b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/dotnet-core.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,9 @@ jobs:
5858
uses: actions/download-artifact@v4
5959
with:
6060
name: nupkg
61+
path: ./nupkg
6162
- name: Setup .NET Core @ Latest
6263
uses: actions/setup-dotnet@v1
63-
- name: list
64-
run: ls -R .
6564
- name: Publish Nuget to GitHub registry
6665
run: dotnet nuget push ./nupkg/*.nupkg -k ${GITHUB_TOKEN} -s ${GITHUB_FEED} --skip-duplicate
6766
env:

0 commit comments

Comments
 (0)