Skip to content

Commit

Permalink
Update build-android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
axiel7 authored Aug 9, 2024
1 parent 04568f1 commit 4d0d517
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
- name: Set MAL Client ID
run: touch local.properties && echo """CLIENT_ID="${{secrets.CLIENT_ID}}"""" > local.properties

- name: Make gradlew executable
run: chmod +x ./gradlew

- name: Build Android release
run: fastlane release
env:
Expand Down

0 comments on commit 4d0d517

Please sign in to comment.