Skip to content

Commit d1c6bde

Browse files
TASK-1818257: Fix paths for android artifacts
1 parent 0494c0a commit d1c6bde

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/checks.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@ jobs:
6464
uses: actions/upload-artifact@v4
6565
with:
6666
name: validate-android-artifacts
67-
path: build/reports/
67+
path:
68+
- test/build/reports/
69+
- samples/android-cmp-app/build/reports/
6870
if-no-files-found: warn
6971
retention-days: 3
7072

0 commit comments

Comments
 (0)