From ed20db0486d90e93a16c7af609e14ab962bd26ca Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Fri, 20 Sep 2024 20:24:33 +0200 Subject: [PATCH] ci: fix upload-symbols harder The symbols server expect a specific layout for the archive, and fetch-content extracts our symbols archive one directory deeper than I expected. --- taskcluster/kinds/upload-symbols/kind.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taskcluster/kinds/upload-symbols/kind.yml b/taskcluster/kinds/upload-symbols/kind.yml index 493cf01a40..0f9d3dc1dd 100644 --- a/taskcluster/kinds/upload-symbols/kind.yml +++ b/taskcluster/kinds/upload-symbols/kind.yml @@ -42,7 +42,7 @@ tasks: run: using: run-commands commands: - - [automation/upload_android_symbols.sh, /builds/worker/fetches/crashreporter-symbols] + - [automation/upload_android_symbols.sh, /builds/worker/fetches/crashreporter-symbols/crashreporter-symbols] dummy-secrets: by-level: '3': []