From 8ab1c4987160e11be8114994b0eacb6c89670b61 Mon Sep 17 00:00:00 2001 From: wilinz Date: Sat, 13 Aug 2022 00:52:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0ci?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/android.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 548af0e0b..b22f6e428 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -18,13 +18,13 @@ jobs: - name: Build with Gradle run: | chmod 777 ./gradlew - ./gradlew inrt:assembleRelease + ./gradlew inrt:assembleTemplate ls - uses: Tlaster/android-sign@v1.2.2 name: Sign inrt APK with: releaseDirectory: | - inrt/build/outputs/apk/common/release + inrt/build/outputs/apk/template/release signingKeyBase64: ${{ secrets.ISIGNING_KEY }} output: build/inrt/signed alias: ${{ secrets.IALIAS }}