We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e366632 commit 7c8c3ccCopy full SHA for 7c8c3cc
1 file changed
.github/workflows/publish.yml
@@ -22,10 +22,10 @@ jobs:
22
tag: ${{github.ref}}
23
repo_token: ${{secrets.GITHUB_TOKEN}}
24
file_glob: 'true'
25
- file: nuget/*.nupkg
+ file: ./*.nupkg
26
27
- name: Push to NuGet
28
- run: dotnet nuget push nuget/*.nupkg
+ run: dotnet nuget push *.nupkg
29
--api-key ${{secrets.NUGET_API_KEY}}
30
--source https://api.nuget.org/v3/index.json
31
--skip-duplicate
0 commit comments