We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98674e4 commit 09220c3Copy full SHA for 09220c3
.github/workflows/build.yml
@@ -29,7 +29,7 @@ jobs:
29
30
- name: Setup Gradle Signing Config
31
run: |
32
- echo "STORE_FILE=release.keystore" >> gradle.properties
+ echo -e "\nSTORE_FILE=release.keystore" >> gradle.properties
33
echo "STORE_PASSWORD=${{ secrets.STORE_PASSWORD }}" >> gradle.properties
34
echo "KEY_ALIAS=${{ secrets.KEY_ALIAS }}" >> gradle.properties
35
echo "KEY_PASSWORD=${{ secrets.KEY_PASSWORD }}" >> gradle.properties
0 commit comments