From 82f62d6ce9449dd42f70274db18a4c6180e9d1af Mon Sep 17 00:00:00 2001 From: zwtesttt <107228797+zwtesttt@users.noreply.github.com> Date: Mon, 3 Jun 2024 18:20:25 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=9B=B4=E6=96=B0=E5=B7=A5=E4=BD=9C?= =?UTF-8?q?=E6=B5=81=E6=96=87=E4=BB=B6=20(#31)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-release.yaml b/.github/workflows/build-release.yaml index 7bccb09a..020a454e 100644 --- a/.github/workflows/build-release.yaml +++ b/.github/workflows/build-release.yaml @@ -57,8 +57,8 @@ jobs: # - name: Sign dev build # run: jarsigner -keystore android/release.decrypted.jks -storepass "${{ secrets.RELEASE_KEYSTORE_PASSWORD }}" -signedjar ./android/app/build/outputs/bundle/release/app-release-signed.aab ./android/app/build/outputs/bundle/release/app-release.aab release - - name: Check folder content of android output - run: ls ./android/app/build/outputs/bundle/release + # - name: Check folder content of android output + # run: ls ./android/app/build/outputs/bundle/release - name: Set version id: version