Bug 1549776 - Fix path to artifact. r=gw

Typo when I first landed this, but nothing relied on it so it didn't matter.

Differential Revision: https://phabricator.services.mozilla.com/D32009

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Kartikaya Gupta 2019-05-23 15:29:55 +00:00
parent b5f7a11b2c
commit 4a3ea068e9

View File

@ -247,7 +247,7 @@ jobs:
artifacts:
- type: file
name: public/build/wrench-debug.apk
path: /builds/worker/checkouts/gecko/gfx/wr/target/android-artifacts/app/build/outputs/apk/app-debug.apk
path: /builds/worker/checkouts/gecko/gfx/wr/target/android-artifacts/app/build/outputs/apk/debug/app-debug.apk
run:
using: run-task
command: '$GECKO_PATH/taskcluster/scripts/misc/wrench-android-build.sh debug'