Skip to content

Commit 7c8c3cc

Browse files
committed
Fix publish
1 parent e366632 commit 7c8c3cc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
tag: ${{github.ref}}
2323
repo_token: ${{secrets.GITHUB_TOKEN}}
2424
file_glob: 'true'
25-
file: nuget/*.nupkg
25+
file: ./*.nupkg
2626

2727
- name: Push to NuGet
28-
run: dotnet nuget push nuget/*.nupkg
28+
run: dotnet nuget push *.nupkg
2929
--api-key ${{secrets.NUGET_API_KEY}}
3030
--source https://api.nuget.org/v3/index.json
3131
--skip-duplicate

0 commit comments

Comments
 (0)