mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-09 16:02:46 +08:00
trying to fix nightly build - ftpdist now uses bin/release dir
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user