Skip to content

Commit 480e141

Browse files
committed
Fix namespace on CI nuget publish path.
1 parent fe72de0 commit 480e141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: dotnet test --no-build --configuration Release --verbosity normal
3131
working-directory: ./src
3232
- name: Publish the package to nuget.org
33-
run: dotnet nuget push Topaz/bin/Release/*.nupkg -k $NUGET_AUTH_TOKEN -s https://api.nuget.org/v3/index.json
33+
run: dotnet nuget push Tenray.Topaz/bin/Release/*.nupkg -k $NUGET_AUTH_TOKEN -s https://api.nuget.org/v3/index.json
3434
env:
3535
NUGET_AUTH_TOKEN: ${{ secrets.NUGET_TOKEN }}
3636
working-directory: ./src

0 commit comments

Comments
 (0)