Skip to content

Commit

Permalink
Update app-distribution-ci-cd.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dlgocks1 committed Jan 3, 2024
1 parent 64c38c9 commit 43c9001
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/app-distribution-ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
run: echo "$GOOGLE_SERVICES_JSON" > app/google-services.json

- name: Create local.properties
run: echo "$LOCAL_PROPERTIES_CONTENTS" > local.properties
run: |
echo "$LOCAL_PROPERTIES_CONTENTS" > local.properties
echo "SIGNED_STORE_FILE=keystore.jks" >> local.properties
- name: Build debug
Expand Down

0 comments on commit 43c9001

Please sign in to comment.