Skip to content

Commit 53480e1

Browse files
author
Brian Beversdorf
committed
Fixes Release Nuget Path
1 parent dd37e1b commit 53480e1

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.${{ 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/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)