Skip to content

Commit 772d305

Browse files
committed
runner updated.
1 parent 2b36ad0 commit 772d305

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/android-ci.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
3535

3636
- name: Download AWS Corretto
3737
if: steps.corretto-cache.outputs.cache-hit != 'true'
38-
# run: wget https://corretto.aws/downloads/latest/amazon-corretto-17-x64-linux-jdk.tar.gz
3938
run: wget ${{ steps.get-latest-corretto-url.outputs.___URL }}
4039

4140
- name: ☕ Set up JDK 17
@@ -51,3 +50,11 @@ jobs:
5150

5251
- name: 🔨 Build with Gradle
5352
run: ./gradlew :library:assembleRelease
53+
54+
- name: 📦 Retain Artifacts (Debug AAR)
55+
id: retain-release-aab
56+
uses: actions/upload-artifact@v2
57+
with:
58+
name: androidx-colorpicker
59+
path: ./library/build/outputs/aar/colorpicker-release.aar
60+
retention-days: 14

0 commit comments

Comments
 (0)