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:
4646 id : retain-library-aar
4747 uses : actions/upload-artifact@v4
4848 with :
49- name : androidx-github-aar
49+ name : androidx-github
5050 path : ./library/build/outputs/aar/*.aar
5151 retention-days : 14
5252
5353 - name : 📦 Retain Artifacts (Debug AAB)
5454 id : retain-app-debug-aab
5555 uses : actions/upload-artifact@v4
5656 with :
57- name : androidx-github-aab
57+ name : androidx-github-lib
5858 path : ./mobile/build/outputs/bundle/debug/*.aab
5959 retention-days : 14
6060
6161 - name : 📦 Retain Artifacts (Lint Results)
6262 id : retain-lint-results
6363 uses : actions/upload-artifact@v4
6464 with :
65- name : androidx-github- lint
65+ name : lint
6666 path : |
6767 ./library/build/reports/*
6868 ./mobile/build/reports/*
You can’t perform that action at this time.
0 commit comments