mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 06:45:37 +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 = (
|
||||
('format', 'symbols'),
|
||||
('token', token),
|
||||
('tag', self.version),
|
||||
)
|
||||
r = requests.post(url, params=params, data=data)
|
||||
r.raise_for_status()
|
||||
|
||||
Reference in New Issue
Block a user