Skip to content

Commit

Permalink
build: fix nuget push path
Browse files Browse the repository at this point in the history
  • Loading branch information
bruuuuuuuce authored Oct 29, 2021
1 parent 2eded63 commit 550122c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ jobs:
echo "version: ${VERSION}"
dotnet build --configuration Release
dotnet pack -c Release -p:Version=${VERSION}
nuget push ./Momento/bin/Release/MomentoSdk.${VERSION}.nupkg -Source Artifactory -Verbosity detailed
nuget push ./bin/Release/MomentoSdk.${VERSION}.nupkg -Source Artifactory -Verbosity detailed
popd
shell: bash

0 comments on commit 550122c

Please sign in to comment.