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