We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b36ad0 commit 772d305Copy full SHA for 772d305
.github/workflows/android-ci.yml
@@ -35,7 +35,6 @@ jobs:
35
36
- name: Download AWS Corretto
37
if: steps.corretto-cache.outputs.cache-hit != 'true'
38
- # run: wget https://corretto.aws/downloads/latest/amazon-corretto-17-x64-linux-jdk.tar.gz
39
run: wget ${{ steps.get-latest-corretto-url.outputs.___URL }}
40
41
- name: ☕ Set up JDK 17
@@ -51,3 +50,11 @@ jobs:
51
50
52
- name: 🔨 Build with Gradle
53
run: ./gradlew :library:assembleRelease
+
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