mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-04 15:20:27 +00:00
Nightly: Upload builds to 'dist' subfolder
This commit is contained in:
parent
7df817d29c
commit
93f032b261
1 changed files with 1 additions and 1 deletions
|
|
@ -20,5 +20,5 @@ s3.upload_file(str(f), 'releases.wagtail.io', 'nightly/' + f.name, ExtraArgs={'A
|
|||
print("Updating latest.json")
|
||||
|
||||
boto3.resource('s3').Object('releases.wagtail.io', 'nightly/latest.json').put(Body=json.dumps({
|
||||
"url": 'https://releases.wagtail.io/nightly/' + f.name,
|
||||
"url": 'https://releases.wagtail.io/nightly/dist/' + f.name,
|
||||
}))
|
||||
|
|
|
|||
Loading…
Reference in a new issue