Update beta.yml

This commit is contained in:
rebel onion 2023-12-09 22:39:48 -06:00 committed by GitHub
parent e6cb10df19
commit b840cdb695
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@ jobs:
cache: gradle cache: gradle
- name: Decode Keystore File - 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 - name: Make gradlew executable
run: chmod +x ./gradlew run: chmod +x ./gradlew