mirror of
https://github.com/servo/servo.git
synced 2025-08-02 12:10:29 +01:00
Fix upload-nightly to use correct path (#30632)
Nightly builds now use production profile and thus will be available under target/production
This commit is contained in:
parent
a6ceca6d9f
commit
6dd359193f
1 changed files with 6 additions and 6 deletions
|
@ -47,22 +47,22 @@ sys.path.append(path.join(path.dirname(__file__), "..", "..",
|
|||
|
||||
PACKAGES = {
|
||||
'android': [
|
||||
'android/armv7-linux-androideabi/release/servoapp.apk',
|
||||
'android/armv7-linux-androideabi/release/servoview.aar',
|
||||
'android/armv7-linux-androideabi/production/servoapp.apk',
|
||||
'android/armv7-linux-androideabi/production/servoview.aar',
|
||||
],
|
||||
'linux': [
|
||||
'release/servo-tech-demo.tar.gz',
|
||||
'production/servo-tech-demo.tar.gz',
|
||||
],
|
||||
'mac': [
|
||||
'release/servo-tech-demo.dmg',
|
||||
'production/servo-tech-demo.dmg',
|
||||
],
|
||||
'maven': [
|
||||
'android/gradle/servoview/maven/org/mozilla/servoview/servoview-armv7/',
|
||||
'android/gradle/servoview/maven/org/mozilla/servoview/servoview-x86/',
|
||||
],
|
||||
'windows-msvc': [
|
||||
r'release\msi\Servo.exe',
|
||||
r'release\msi\Servo.zip',
|
||||
r'production\msi\Servo.exe',
|
||||
r'production\msi\Servo.zip',
|
||||
],
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue