From e1d813802cb1cc94d8771e393722441171da77ad Mon Sep 17 00:00:00 2001 From: fengyuecanzhu <1021300691@qq.com> Date: Sun, 20 Jun 2021 16:50:39 +0800 Subject: [PATCH] update actions --- .github/workflows/reader.yml | 2 +- app/build.gradle | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/reader.yml b/.github/workflows/reader.yml index 07efa05..9466e50 100644 --- a/.github/workflows/reader.yml +++ b/.github/workflows/reader.yml @@ -29,4 +29,4 @@ jobs: uses: actions/upload-artifact@v2 with: name: fyreader apk - path: ${{ github.workspace }}/app/release/*.apk + path: ${{ github.workspace }}/app/build/outputs/apk/release/*.apk diff --git a/app/build.gradle b/app/build.gradle index 1af0fe6..f374557 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -91,9 +91,9 @@ android { ndk { abiFilters "x86", "armeabi", "armeabi-v7a" } - //if (keyPropsFile.exists()) { + if (keyPropsFile.exists()) { signingConfig signingConfigs.myConifg - //} + } } debug { ndk { @@ -101,9 +101,9 @@ android { } minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' - //if (keyPropsFile.exists()) { + if (keyPropsFile.exists()) { signingConfig signingConfigs.myConifg - //} + } } android.applicationVariants.all { variant -> variant.outputs.all {