diff --git a/taskcluster/scriptworker-task-github.yml b/taskcluster/scriptworker-task-github.yml index bea123bf..064caeb4 100644 --- a/taskcluster/scriptworker-task-github.yml +++ b/taskcluster/scriptworker-task-github.yml @@ -15,7 +15,7 @@ build: - "notify.irc-channel.${notifications.irc}.on-exception" - "notify.irc-channel.${notifications.irc}.on-failed" upload_targets: - - "github" + - "github" artifacts_deps: python: - "darwin-amd64-cpu-opt" diff --git a/taskcluster/scriptworker-task-npm.yml b/taskcluster/scriptworker-task-npm.yml index 3e704725..7eb8d652 100644 --- a/taskcluster/scriptworker-task-npm.yml +++ b/taskcluster/scriptworker-task-npm.yml @@ -11,7 +11,7 @@ build: - "notify.irc-channel.${notifications.irc}.on-exception" - "notify.irc-channel.${notifications.irc}.on-failed" upload_targets: - - "npm" + - "npm" artifacts_deps: python: [] cpp: [] diff --git a/taskcluster/scriptworker-task-pypi.yml b/taskcluster/scriptworker-task-pypi.yml index 07d5d1ae..45709613 100644 --- a/taskcluster/scriptworker-task-pypi.yml +++ b/taskcluster/scriptworker-task-pypi.yml @@ -14,7 +14,7 @@ build: - "notify.irc-channel.${notifications.irc}.on-exception" - "notify.irc-channel.${notifications.irc}.on-failed" upload_targets: - - "pypi" + - "pypi" artifacts_deps: javascript: [] cpp: [] diff --git a/taskcluster/simple-task.tyml b/taskcluster/simple-task.tyml index 86cd4052..574e4f89 100644 --- a/taskcluster/simple-task.tyml +++ b/taskcluster/simple-task.tyml @@ -26,6 +26,7 @@ then: { $eval: build.routes } payload: + upload_targets: { $eval: build.upload_targets } artifacts_deps: python: $map: { $eval: build.artifacts_deps.python }