Skip to content

Commit

Permalink
or may I
Browse files Browse the repository at this point in the history
  • Loading branch information
cafeed28 committed Feb 22, 2024
1 parent 74a0b8b commit dae3bc1
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 @@ -61,7 +61,7 @@ jobs:
echo $STORE_FILE | base64 -d > keystore.jks
pwd && ls -la && ls keystore.jks
sha1sum keystore.jks
./gradlew assembleDebug --no-configuration-cache --no-daemon
./gradlew assembleDebug --no-configuration-cache --no-daemon \
-Pandroid.injected.signing.store.file=$(pwd)/keystore.jks \
-Pandroid.injected.signing.store.password=$STORE_PASSWORD \
-Pandroid.injected.signing.key.alias=key0 \
Expand Down

0 comments on commit dae3bc1

Please sign in to comment.