Skip to content

Commit c62bf4b

Browse files
committed
Fix CI workflow
1 parent 4616ee5 commit c62bf4b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ jobs:
2323
- name: Grant execute permission for gradlew
2424
run: chmod +x gradlew
2525

26+
- name: Decode Keystore
27+
env:
28+
ENCODED_KEYSTORE: ${{ secrets.ENCODED_KEYSTORE }}
29+
run: |
30+
echo $ENCODED_KEYSTORE | base64 -d > app/keystore.jks
31+
2632
- name: Build with Gradle
2733
run: ./gradlew build
2834

0 commit comments

Comments
 (0)