Skip to content

Commit cb5e4a8

Browse files
authored
fix: CI build
1 parent 5632c1e commit cb5e4a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
name: Deploying To Preview Repository
9191
command: |
9292
dotnet pack Client --version-suffix=dev.$CIRCLE_BUILD_NUM
93-
dotnet nuget push ./Client/bin/Debug/InfluxDB3.Client.*-dev.$CIRCLE_BUILD_NUM.nupkg -k ${NUGET_KEY} -s https://api.nuget.org/v3/index.json
93+
dotnet nuget push ./Client/bin/Release/InfluxDB3.Client.*-dev.$CIRCLE_BUILD_NUM.nupkg -k ${NUGET_KEY} -s https://api.nuget.org/v3/index.json
9494
9595
workflows:
9696
version: 2
@@ -106,4 +106,4 @@ workflows:
106106
- tests-integration
107107
filters:
108108
branches:
109-
only: main
109+
only: main

0 commit comments

Comments
 (0)