Skip to content

Commit

Permalink
ci: fix upload-symbols harder
Browse files Browse the repository at this point in the history
The symbols server expect a specific layout for the archive, and
fetch-content extracts our symbols archive one directory deeper than I
expected.
  • Loading branch information
jcristau authored and rvandermeulen committed Sep 20, 2024
1 parent 8883b29 commit ed20db0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taskcluster/kinds/upload-symbols/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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': []
Expand Down

0 comments on commit ed20db0

Please sign in to comment.