Skip to content

Commit f83dd3d

Browse files
authored
Merge pull request #313 from servo/fix-nightly
fix nightly artifact names
2 parents d9c7ad8 + 80ff56f commit f83dd3d

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

_data/downloads.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,22 @@
33
"key": "windows-exe",
44
"icon": "windows",
55
"name": "Windows EXE",
6-
"href": "nightly/windows-msvc/servo-latest.exe",
7-
"sha256": "nightly/windows-msvc/servo-latest.exe.sha256"
6+
"href": "nightly/windows-msvc/servo-x86_64-windows-msvc.exe",
7+
"sha256": "nightly/windows-msvc/servo-x86_64-windows-msvc.exe.sha256"
88
},
99
{
1010
"key": "windows-zip",
1111
"icon": "windows",
1212
"name": "Windows ZIP",
13-
"href": "nightly/windows-msvc/servo-latest.zip",
14-
"sha256": "nightly/windows-msvc/servo-latest.zip.sha256"
13+
"href": "nightly/windows-msvc/servo-x86_64-windows-msvc.zip",
14+
"sha256": "nightly/windows-msvc/servo-x86_64-windows-msvc.zip.sha256"
1515
},
1616
{
1717
"key": "mac",
1818
"icon": "apple",
1919
"name": "macOS (x64)",
20-
"href": "nightly/mac/servo-latest.dmg",
21-
"sha256": "nightly/mac/servo-latest.dmg.sha256"
20+
"href": "nightly/mac/servo-x86_64-apple-darwin.dmg",
21+
"sha256": "nightly/mac/servo-x86_64-apple-darwin.dmg.sha256"
2222
},
2323
{
2424
"key": "mac-arm64",
@@ -38,14 +38,14 @@
3838
"key": "android-aarch64-apk",
3939
"icon": "android",
4040
"name": "Android (aarch64)",
41-
"href": "nightly/android/servo-latest.apk",
42-
"sha256": "nightly/android/servo-latest.apk.sha256"
41+
"href": "nightly/android/servo-aarch64-android.apk",
42+
"sha256": "nightly/android/servo-aarch64-android.apk.sha256"
4343
},
4444
{
4545
"key": "ohos-aarch64-hap",
4646
"icon": "/img/open-harmony-icon.svg",
4747
"name": "OpenHarmony (aarch64)",
48-
"href": "nightly/ohos/servo-latest.hap",
49-
"sha256": "nightly/ohos/servo-latest.hap.sha256"
48+
"href": "nightly/ohos/servo-aarch64-linux-ohos.hap",
49+
"sha256": "nightly/ohos/servo-aarch64-linux-ohos.hap.sha256"
5050
}
5151
]

0 commit comments

Comments
 (0)