Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cafeed28 committed Feb 22, 2024
1 parent e0e83fc commit 952a4c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
echo $STORE_FILE | base64 -d > keystore.jks
ls
./gradlew assembleDebug --no-configuration-cache --no-daemon
-Pandroid.injected.signing.store.file=keystore.jks
-Pandroid.injected.signing.store.file=$(pwd)/keystore.jks
-Pandroid.injected.signing.store.password=$STORE_PASSWORD
-Pandroid.injected.signing.key.alias=key0
-Pandroid.injected.signing.key.password=$KEY_PASSWORD
Expand Down

0 comments on commit 952a4c1

Please sign in to comment.