mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-02-09 00:27:09 +00:00
Upload sources-full first in release script.
This commit is contained in:
parent
7fa229537d
commit
646bb2ff71
@ -163,6 +163,12 @@ if not os.path.isdir(local_folder):
|
||||
local_folder = local_folder + '/'
|
||||
|
||||
files = []
|
||||
files.append({
|
||||
'local': 'sources',
|
||||
'remote': 'tdesktop-' + version + '-full.tar.gz',
|
||||
'mime': 'application/x-gzip',
|
||||
'label': 'Source code (tar.gz, full)',
|
||||
})
|
||||
files.append({
|
||||
'local': 'tsetup.' + version_full + '.exe',
|
||||
'remote': 'tsetup.' + version_full + '.exe',
|
||||
@ -205,12 +211,6 @@ files.append({
|
||||
'mime': 'application/octet-stream',
|
||||
'label': 'Linux 64 bit: Binary',
|
||||
})
|
||||
files.append({
|
||||
'local': 'sources',
|
||||
'remote': 'tdesktop-' + version + '-full.tar.gz',
|
||||
'mime': 'application/x-gzip',
|
||||
'label': 'Source code (tar.gz, full)',
|
||||
})
|
||||
|
||||
r = requests.get(url + 'repos/telegramdesktop/tdesktop/releases/tags/v' + version)
|
||||
if r.status_code == 404:
|
||||
|
Loading…
Reference in New Issue
Block a user