diff options
-rw-r--r-- | etc/taskcluster/decision_task.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/taskcluster/decision_task.py b/etc/taskcluster/decision_task.py index 85afad1845e..fafe61b18bb 100644 --- a/etc/taskcluster/decision_task.py +++ b/etc/taskcluster/decision_task.py @@ -452,7 +452,7 @@ def macos_nightly(): .with_script( "./mach build --release", "./mach package --release", - "./etc/ci/macos_package_smoketest.sh repo/target/release/servo-tech-demo.dmg" + "./etc/ci/macos_package_smoketest.sh repo/target/release/servo-tech-demo.dmg", "./mach upload-nightly mac --secret-from-taskcluster", ) .with_artifacts("repo/target/release/servo-tech-demo.dmg") |