Skip to content

Commit f45cecb

Browse files
authored
URGENT FIX
1 parent 0f0f4b8 commit f45cecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd-controls.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ jobs:
6767
-p:PackageOutputPath="$env:WORKING_DIR\output"
6868
6969
- name: Publish package to NuGet
70-
run: dotnet nuget push ./output/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
70+
run: dotnet nuget push .\output\*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)