Skip to content

Commit

Permalink
Correct the assemble release command
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrowlands committed Mar 21, 2024
1 parent bdbbf02 commit b7bab72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ninja-chat-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
KEYSTORE_PASSWORD: ${{ secrets.KEYSTORE_PASSWORD }}
KEY_ALIAS: ${{ secrets.KEY_ALIAS }}
KEY_PASSWORD: ${{ secrets.KEY_PASSWORD }}
run: ./gradlew assembleRegularRelease
run: ./gradlew assembleConversationsFreeRelease
-Pandroid.injected.signing.store.file=$(pwd)/my.keystore
-Pandroid.injected.signing.store.password=$KEYSTORE_PASSWORD
-Pandroid.injected.signing.key.alias=$KEY_ALIAS
Expand Down

0 comments on commit b7bab72

Please sign in to comment.