Skip to content

Commit

Permalink
Update build-android-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eshc123 authored Jul 27, 2024
1 parent fd3ee77 commit bd743e9
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/build-android-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,18 @@ on:
jobs:
build:
runs-on: macos-latest
environment: Android CI/CD

steps:
- uses: actions/checkout@v2
- run: fastlane beta

- name: Create LocalProperites
env:
CREDENTIAL_WEB_CLIENT_ID: ${{ secrets.CREDENTIAL_WEB_CLIENT_ID }}
MISSION_MATE_BASE_URL: ${{ secrets.MISSION_MATE_BASE_URL }}
run: |
echo CREDENTIAL_WEB_CLIENT_ID=\"$CREDENTIAL_WEB_CLIENT_ID\" > ./local.properties
echo MISSION_MATE_BASE_URL=\"$MISSION_MATE_BASE_URL\" >> ./local.properties
- name: Build with Gradle
- run: fastlane beta

0 comments on commit bd743e9

Please sign in to comment.