From b840cdb6959ffeaf282893a5b402f56a88e5ee7d Mon Sep 17 00:00:00 2001 From: rebel onion <87634197+rebelonion@users.noreply.github.com> Date: Sat, 9 Dec 2023 22:39:48 -0600 Subject: [PATCH] Update beta.yml --- .github/workflows/beta.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index 79c2f963..585b17fb 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -29,7 +29,7 @@ jobs: cache: gradle - name: Decode Keystore File - run: echo "${{ secrets.KEYSTORE_FILE }}" | base64 -d > key.keystore + run: echo "${{ secrets.KEYSTORE_FILE }}" | base64 -d > app/key.keystore - name: Make gradlew executable run: chmod +x ./gradlew