Skip to content

Commit 52c3f1a

Browse files
committed
Fix release path
1 parent 36ca2a7 commit 52c3f1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cicd/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
NUGET_KEY=$1
22

3-
cd src/PgPartner/Release
3+
cd src/PgPartner/bin/Release
44
nugetFilename=$(ls -a | grep '.nupkg$')
55

66
dotnet nuget push $nugetFilename --api-key $NUGET_KEY --source https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)