mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-08 06:31:50 +08:00
trying to fix nightly build - release path was wrong
This commit is contained in:
@@ -530,7 +530,7 @@ class InternalCommands:
|
||||
srcDir = 'bin/'
|
||||
generator = self.get_generator_from_config()
|
||||
if not generator.startswith('Visual Studio'):
|
||||
srcDir += '/release'
|
||||
srcDir += 'release/'
|
||||
|
||||
ftp.run(srcDir + src, dest)
|
||||
print 'Done'
|
||||
|
||||
Reference in New Issue
Block a user