Skip to content

Commit 6768e46

Browse files
authored
Merge pull request #5 from Apibim-com/bugfix/cd_workflow
Fixed bug
2 parents 61ab25b + 6f3fc22 commit 6768e46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434

3535
- name: Push to NuGet
3636
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
37+
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

Comments
 (0)