Skip to content

Commit

Permalink
Remove daemon in apk main
Browse files Browse the repository at this point in the history
  • Loading branch information
InvictusRMC committed Feb 28, 2024
1 parent ee9d5bc commit e9d11a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/apk_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
run: |
echo $KEYSTORE_FILE | base64 -d > app/build.keystore
./gradlew assembleRelease \
--no-daemon \
-Pandroid.injected.signing.store.file=$(pwd)/app/build.keystore \
-Pandroid.injected.signing.store.password=$KEYSTORE_PASSWORD \
-Pandroid.injected.signing.key.alias=$KEY_ALIAS \
Expand Down

0 comments on commit e9d11a3

Please sign in to comment.