diff options
Diffstat (limited to 'etc/taskcluster/decision_task.py')
-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 dad6b18b2bc..85afad1845e 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 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") |