Skip to content

Commit 36ca2a7

Browse files
committed
Navigate to release dir
1 parent 57e9e8b commit 36ca2a7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cicd/deploy.sh

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

3-
ls
4-
pwd
3+
cd src/PgPartner/Release
54
nugetFilename=$(ls -a | grep '.nupkg$')
65

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

0 commit comments

Comments
 (0)