Skip to content

Commit 09220c3

Browse files
committed
fix: prevent gradle.properties corruption when injecting signing configs
1 parent 98674e4 commit 09220c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Setup Gradle Signing Config
3131
run: |
32-
echo "STORE_FILE=release.keystore" >> gradle.properties
32+
echo -e "\nSTORE_FILE=release.keystore" >> gradle.properties
3333
echo "STORE_PASSWORD=${{ secrets.STORE_PASSWORD }}" >> gradle.properties
3434
echo "KEY_ALIAS=${{ secrets.KEY_ALIAS }}" >> gradle.properties
3535
echo "KEY_PASSWORD=${{ secrets.KEY_PASSWORD }}" >> gradle.properties

0 commit comments

Comments
 (0)