From da538c2ac6a7190cebc0bba68d642b6aa305f009 Mon Sep 17 00:00:00 2001 From: Paiton Bertschy <78337764+thewiilover@users.noreply.github.com> Date: Mon, 16 Sep 2024 19:12:22 -0500 Subject: [PATCH] Update gradle.yml --- .github/workflows/gradle.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 533075be..b8e5b8a0 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -40,20 +40,11 @@ jobs: local-cache: true link-to-sdk: true - name: Make Gradle wrapper executable and pull LFS - run: git lfs pull | chmod +x ./gradlew - - name: Decode keystore - run: | - bash -c 'base64 --decode <<< "$QCXR_KEYSTORE_BASE64" > qcxr.keystore' - env: - QCXR_KEYSTORE_BASE64: ${{ secrets.QCXR_KEYSTORE_BASE64 }} + run: git lfs pull - name: Build with Gradle uses: gradle/gradle-build-action@v2 with: arguments: build - env: - QCXR_KEYSTORE_ALIAS: ${{ secrets.QCXR_KEYSTORE_ALIAS }} - QCXR_KEYSTORE_PASS: ${{ secrets.QCXR_KEYSTORE_PASS }} - - name: Upload APK uses: actions/upload-artifact@v3 with: