Skip to content

Commit 4fb7485

Browse files
authored
Merge pull request #1103 from adamralph/fix-release
fix release workflow
2 parents ecae6d4 + b80f2d2 commit 4fb7485

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
- name: push
2727
env:
2828
API_KEY: ${{steps.nuget-login.outputs.NUGET_API_KEY}}
29-
run: dotnet nuget push ./**/*.nupkg --api-key "$API_KEY" --source https://api.nuget.org/v3/index.json
29+
run: dotnet nuget push ./**/Release/*.nupkg --api-key "$API_KEY" --source https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)