From 3057b8286d8dfb847fefe4a513878a4be2fe5726 Mon Sep 17 00:00:00 2001 From: Martin Zeitler Date: Mon, 18 Dec 2023 04:33:39 +0100 Subject: [PATCH] build artifacts renamed. --- .github/workflows/android-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/android-ci.yml b/.github/workflows/android-ci.yml index 74dafb28..71f27ce1 100644 --- a/.github/workflows/android-ci.yml +++ b/.github/workflows/android-ci.yml @@ -46,7 +46,7 @@ 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 @@ -54,7 +54,7 @@ jobs: 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 @@ -62,7 +62,7 @@ jobs: id: retain-lint-results uses: actions/upload-artifact@v4 with: - name: androidx-github-lint + name: lint path: | ./library/build/reports/* ./mobile/build/reports/*