Skip to content

Commit b7f8605

Browse files
author
bbeversdorf
authored
Update deploy.yml
1 parent 53480e1 commit b7f8605

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
- name: Deploy to NuGet
3030
env:
3131
FLOAT_NUGET_TOKEN: ${{ secrets.FLOAT_NUGET_TOKEN }}
32-
run: dotnet nuget push ./Float.HttpServer/Float.HttpServer/bin/Release/Float.HttpServer.${{ github.event.release.name }}.nupkg --api-key "${FLOAT_NUGET_TOKEN}" --source https://api.nuget.org/v3/index.json
32+
run: dotnet nuget push ./Float.HttpServer/bin/Release/Float.HttpServer.${{ github.event.release.name }}.nupkg --api-key "${FLOAT_NUGET_TOKEN}" --source https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)