Skip to content

Commit

Permalink
Taskcluster: index Windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSapin committed Oct 9, 2018
1 parent 2d12d50 commit 829b44e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/taskcluster/decision_task.py
Expand Up @@ -111,7 +111,7 @@ def windows_dev():
)
.with_artifacts("repo/target/debug/msi/Servo.exe",
"repo/target/debug/msi/Servo.zip")
.create()
.find_or_create("build.windows_x64_dev." + CONFIG.git_sha)
)


Expand All @@ -122,7 +122,7 @@ def windows_release():
"mach package --release")
.with_artifacts("repo/target/release/msi/Servo.exe",
"repo/target/release/msi/Servo.zip")
.create()
.find_or_create("build.windows_x64_release." + CONFIG.git_sha)
)


Expand Down

0 comments on commit 829b44e

Please sign in to comment.