Skip to content

Commit

Permalink
fix(CI): no execute rights on gradlew
Browse files Browse the repository at this point in the history
  • Loading branch information
Yimura committed Sep 15, 2024
1 parent e0cd574 commit e338505
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ jobs:
echo $ENCODED_STRING > keystore-b64.txt
base64 -d keystore-b64.txt > keystore.jks
- name: Ensure gradlew execute flags
run: |
chmod +x ./gradlew
- name: Build Release apk
env:
RELEASE_KEYSTORE_PASSWORD: ${{ secrets.RELEASE_KEYSTORE_PASSWORD }}
Expand Down

0 comments on commit e338505

Please sign in to comment.