Skip to content

Commit 5b187b4

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dotnet-core.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ jobs:
6060
name: nupkg
6161
- name: Setup .NET Core @ Latest
6262
uses: actions/setup-dotnet@v1
63+
- name: list
64+
run: ls -R .
6365
- name: Publish Nuget to GitHub registry
6466
run: dotnet nuget push ./nupkg/*.nupkg -k ${GITHUB_TOKEN} -s ${GITHUB_FEED} --skip-duplicate
6567
env:

0 commit comments

Comments
 (0)