From fd845f8d57cad3d64e67fa10783c1f079cefc4fe Mon Sep 17 00:00:00 2001 From: The Judge Date: Sun, 18 Aug 2024 17:39:53 -0700 Subject: [PATCH] actually use the variable --- .github/workflows/gradle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 6bcf5a03..2b48b25b 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -43,7 +43,7 @@ jobs: run: git lfs pull | chmod +x ./gradlew - name: Decode keystore run: | - echo -n ${{ secrets.QCXR_KEYSTORE_BASE64 }} | base64 --decode > qcxr.keystore + echo -n $QCXR_KEYSTORE_BASE64 | base64 --decode > qcxr.keystore env: QCXR_KEYSTORE_BASE64: ${{ secrets.QCXR_KEYSTORE_BASE64 }} - name: Build with Gradle