Skip to content

Commit

Permalink
Update beta.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rebelonion authored Dec 10, 2023
1 parent e6cb10d commit b840cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b840cdb

Please sign in to comment.