diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6f1f7868..f372fe63 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: with: path: | app/libs/libcore.aar - key: ${{ hashFiles('golang_status', 'libcore_status') }} + key: ${{ hashFiles('golang_status', 'libcore_status') }}-ci - name: Install Golang if: steps.cache.outputs.cache-hit != 'true' uses: actions/setup-go@v4 @@ -49,12 +49,12 @@ jobs: with: path: | app/libs/libcore.aar - key: ${{ hashFiles('golang_status', 'libcore_status') }} + key: ${{ hashFiles('golang_status', 'libcore_status') }}-ci - name: Gradle cache uses: actions/cache@v4 with: path: ~/.gradle - key: gradle-oss-${{ hashFiles('**/*.gradle.kts') }} + key: gradle-oss-${{ hashFiles('**/*.gradle.kts') }}-ci - name: Gradle Build env: BUILD_PLUGIN: none @@ -63,7 +63,7 @@ jobs: echo "ndk.dir=${ANDROID_HOME}/ndk/25.0.8775105" >> local.properties export LOCAL_PROPERTIES="${{ secrets.LOCAL_PROPERTIES }}" ./run init action gradle - ./gradlew app:assembleOssRelease + ./gradlew app:assembleOssDebug APK=$(find app/build/outputs/apk -name '*arm64-v8a*.apk') APK=$(dirname $APK) echo "APK=$APK" >> $GITHUB_ENV