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.
2 parents 61ab25b + 6f3fc22 commit 6768e46Copy full SHA for 6768e46
1 file changed
.github/workflows/cd.yml
@@ -34,4 +34,4 @@ jobs:
34
35
- name: Push to NuGet
36
shell: bash
37
- run: dotnet nuget push /nupkgs/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate
+ run: dotnet nuget push "Revit.Extensions/nupkgs/*.nupkg" --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate
0 commit comments