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 3f65da2 commit 64942e5Copy full SHA for 64942e5
.github/workflows/build-android-release.yml
@@ -22,17 +22,9 @@ jobs:
22
java-version: 17
23
java-package: jdk
24
25
- - name: Restore Gradle cache
26
- uses: actions/cache@v4
27
- with:
28
- path: |
29
- ~/.gradle/caches
30
- key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
31
- restore-keys: |
32
- ${{ runner.os }}-gradle-
33
- name: Run Gradle Build for example/android/
34
working-directory: example/android
35
- run: ./gradlew assembleRelease --no-daemon --build-cache
+ run: ./gradlew assembleRelease
36
37
- name: Upload APK to Release
38
uses: actions/upload-release-asset@v1
0 commit comments