From 1cd1b8af232d51c2b877aa267db44d317c9a6a32 Mon Sep 17 00:00:00 2001 From: rebel onion <87634197+rebelonion@users.noreply.github.com> Date: Sat, 9 Dec 2023 22:20:40 -0600 Subject: [PATCH] Update beta.yml --- .github/workflows/beta.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index 66df184d..d16345d9 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -29,8 +29,8 @@ jobs: java-version: 17 cache: gradle - - name: Decode Keystore File - run: echo "${{ secrets.KEYSTORE_FILE }}" | base64 -d > key.keystore + - name: Decode Keystore File + run: echo "${{ secrets.KEYSTORE_FILE }}" | base64 -d > key.keystore - name: Make gradlew executable run: chmod +x ./gradlew