mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 19:05:31 +08:00
Symbol uploads: tag each one with the swift version number
This is to make them easier to recognize and manage in the Backtrace web app.
This commit is contained in:
@@ -258,6 +258,7 @@ class Builder:
|
|||||||
params = (
|
params = (
|
||||||
('format', 'symbols'),
|
('format', 'symbols'),
|
||||||
('token', token),
|
('token', token),
|
||||||
|
('tag', self.version),
|
||||||
)
|
)
|
||||||
r = requests.post(url, params=params, data=data)
|
r = requests.post(url, params=params, data=data)
|
||||||
r.raise_for_status()
|
r.raise_for_status()
|
||||||
|
|||||||
Reference in New Issue
Block a user