fix(ci): Path typo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user