Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Guri999 committed May 15, 2024
2 parents 8cbccea + d57b8d7 commit bb884c5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,10 @@ jobs:

- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Create local.properties
run: |
echo "sdk.dir=$ANDROID_HOME" > local.properties
echo "REST_API_KEY=${{ secrets.REST_API_KEY }}" >> local.properties
- name: Build with Gradle
run: ./gradlew build

0 comments on commit bb884c5

Please sign in to comment.