From 83db752443e17c68a9a8a6019ac538b48a3834b0 Mon Sep 17 00:00:00 2001 From: Alan Rynne Date: Sun, 16 Apr 2023 18:42:00 +0200 Subject: [PATCH] fix(ci): Path typo --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3db92ce..ef44d89 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -18,7 +18,7 @@ jobs: - checkout - run: name: Build SDK Projects - command: dotnet pack src/Triangle/Triangle/Triangle.csproj -c Release -p:Version=$CIRCLE_TAG + command: dotnet pack src/Triangle/Triangle.csproj -c Release -p:Version=$CIRCLE_TAG - run: name: Push to nuget command: dotnet nuget push "**/*.nupkg" -s https://api.nuget.org/v3/index.json -k $NUGET_APIKEY -n --skip-duplicate