File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -200,12 +200,12 @@ task distIdeWindowsSetup(dependsOn: ['distIdeWindows']) {
200200 commandLine innoSetupBin, ' /Qp' , issFile
201201 }
202202
203- def uploadPath = System . getProperty(" uploadPath" , " E:/Upload" )
203+ def uploadPath = System . getProperty(" uploadPath" , " E:/Upload/YandexDisk " )
204204
205205 if (new File (uploadPath). isDirectory()) {
206206 copy {
207207 from " $project . buildDir /distributions/DevelNextSetup.exe"
208- into " $uploadPath /YandexDisk "
208+ into " $uploadPath "
209209 rename " DevelNextSetup.exe" , " DevelNextSetup-${ project.ext.distVersion} .exe"
210210 }
211211 }
@@ -243,12 +243,12 @@ task distIdeLinuxSetup(type: Tar, dependsOn: ['distIdeLinux']) {
243243 }
244244
245245 doLast {
246- def uploadPath = System . getProperty(" uploadPath" , " E:/Upload" )
246+ def uploadPath = System . getProperty(" uploadPath" , " E:/Upload/YandexDisk " )
247247
248248 if (new File (uploadPath). isDirectory()) {
249249 copy {
250250 from distIdeLinuxSetup. archivePath
251- into " $uploadPath /YandexDisk "
251+ into " $uploadPath "
252252 }
253253 }
254254 }
You can’t perform that action at this time.
0 commit comments