Skip to content

Commit

Permalink
build artifacts renamed.
Browse files Browse the repository at this point in the history
  • Loading branch information
syslogic committed Dec 18, 2023
1 parent ee583cd commit 3057b82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/android-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,23 +46,23 @@ jobs:
id: retain-library-aar
uses: actions/upload-artifact@v4
with:
name: androidx-github-aar
name: androidx-github
path: ./library/build/outputs/aar/*.aar
retention-days: 14

- name: 📦 Retain Artifacts (Debug AAB)
id: retain-app-debug-aab
uses: actions/upload-artifact@v4
with:
name: androidx-github-aab
name: androidx-github-lib
path: ./mobile/build/outputs/bundle/debug/*.aab
retention-days: 14

- name: 📦 Retain Artifacts (Lint Results)
id: retain-lint-results
uses: actions/upload-artifact@v4
with:
name: androidx-github-lint
name: lint
path: |
./library/build/reports/*
./mobile/build/reports/*
Expand Down

0 comments on commit 3057b82

Please sign in to comment.