We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f784df5 commit 5b187b4Copy full SHA for 5b187b4
.github/workflows/dotnet-core.yml
@@ -60,6 +60,8 @@ jobs:
60
name: nupkg
61
- name: Setup .NET Core @ Latest
62
uses: actions/setup-dotnet@v1
63
+ - name: list
64
+ run: ls -R .
65
- name: Publish Nuget to GitHub registry
66
run: dotnet nuget push ./nupkg/*.nupkg -k ${GITHUB_TOKEN} -s ${GITHUB_FEED} --skip-duplicate
67
env:
0 commit comments