Skip to content

Commit

Permalink
Use working dir in NuGet push
Browse files Browse the repository at this point in the history
  • Loading branch information
mu88 committed Dec 8, 2021
1 parent fa87294 commit 32d0dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ publishPlugin {
doLast {
exec {
executable "dotnet"
args "nuget","push","output/${DotnetPluginId}.${version}.nupkg","--api-key","${PublishToken}","--source","https://plugins.jetbrains.com"
args "nuget","push","${rootDir}/output/${DotnetPluginId}.${version}.nupkg","--api-key","${PublishToken}","--source","https://plugins.jetbrains.com"
workingDir rootDir
}
}
Expand Down

0 comments on commit 32d0dce

Please sign in to comment.