Skip to content

Commit a11d461

Browse files
committed
Add nuget path
1 parent 6a9e722 commit a11d461

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main-build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@ jobs:
106106
if: github.event_name != 'pull_request' # Skip this step for PRs
107107
env:
108108
NUGET_SECRET: ${{ secrets.NUGET_SECRET }}
109+
NUGET_PATH: ${{ env.NuGetDirectory }}
109110
run: |
110-
dotnet nuget push ./nupkg/*.nupkg \
111+
dotnet nuget push $NUGET_PATH/*.nupkg \
111112
--api-key $NUGET_SECRET \
112113
--source https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)