Skip to content

Commit ee583cd

Browse files
committed
build artifacts renamed.
1 parent d0339fa commit ee583cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/android-ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -46,23 +46,23 @@ jobs:
4646
id: retain-library-aar
4747
uses: actions/upload-artifact@v4
4848
with:
49-
name: androidx-github
49+
name: androidx-github-aar
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
57+
name: androidx-github-aab
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
65+
name: androidx-github-lint
6666
path: |
6767
./library/build/reports/*
6868
./mobile/build/reports/*

0 commit comments

Comments
 (0)