Skip to content

Commit

Permalink
Fix PR Builder
Browse files Browse the repository at this point in the history
  • Loading branch information
kez-lab committed Nov 9, 2023
1 parent 4c62043 commit ce485fa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/EveryMeal_PR_Builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ jobs:
- name: Change gradlew permissions
run: chmod +x ./gradlew

- name: Add Local Properties
env:
BASE_URL: ${{ secrets.BASE_URL }}
run: |
echo pophoryBaseUrl=BASE_URL >> ./local.properties
- name: Build debug APK
run: ./gradlew assembleDebug --stacktrace

Expand Down

0 comments on commit ce485fa

Please sign in to comment.