From 4516522e1e378b90810f637925cea180da915431 Mon Sep 17 00:00:00 2001 From: Paiton Bertschy <78337764+thewiilover@users.noreply.github.com> Date: Sun, 8 Sep 2024 14:42:44 -0500 Subject: [PATCH] Update gradle.yml --- .github/workflows/gradle.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index aacba099..0bcc7aa9 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -41,15 +41,7 @@ jobs: 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 }} - 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 }}