mirror of
https://github.com/debauchee/barrier.git
synced 2024-12-28 05:35:52 +03:00
trying to fix nightly build - ftpdist now uses bin/release dir
This commit is contained in:
parent
530e611b38
commit
555c5b7a1a
@ -526,7 +526,7 @@ class InternalCommands:
|
||||
src = self.dist_name(type)
|
||||
dest = self.dist_name_rev(type)
|
||||
print 'Uploading %s to FTP server %s...' % (dest, ftp.host)
|
||||
ftp.run('bin/' + src, dest)
|
||||
ftp.run('bin/release/' + src, dest)
|
||||
print 'Done'
|
||||
|
||||
def dist_name(self, type):
|
||||
|
Loading…
Reference in New Issue
Block a user