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 43c9001 commit 259a67c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/app-distribution-ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Create local.properties
run: |
echo "$LOCAL_PROPERTIES_CONTENTS" > local.properties
echo "SIGNED_STORE_FILE=keystore.jks" >> local.properties
echo "SIGNED_STORE_FILE=app/keystore.jks" >> local.properties
- name: Build debug
run: ./gradlew assembleDebug
Expand Down

0 comments on commit 259a67c

Please sign in to comment.