File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,23 +46,23 @@ jobs:
46
46
id : retain-library-aar
47
47
uses : actions/upload-artifact@v4
48
48
with :
49
- name : androidx-github-aar
49
+ name : androidx-github
50
50
path : ./library/build/outputs/aar/*.aar
51
51
retention-days : 14
52
52
53
53
- name : 📦 Retain Artifacts (Debug AAB)
54
54
id : retain-app-debug-aab
55
55
uses : actions/upload-artifact@v4
56
56
with :
57
- name : androidx-github-aab
57
+ name : androidx-github-lib
58
58
path : ./mobile/build/outputs/bundle/debug/*.aab
59
59
retention-days : 14
60
60
61
61
- name : 📦 Retain Artifacts (Lint Results)
62
62
id : retain-lint-results
63
63
uses : actions/upload-artifact@v4
64
64
with :
65
- name : androidx-github- lint
65
+ name : lint
66
66
path : |
67
67
./library/build/reports/*
68
68
./mobile/build/reports/*
You can’t perform that action at this time.
0 commit comments