Attempt to automate build
Some checks failed
Android Signed Build and Release / build (push) Failing after 42s
Some checks failed
Android Signed Build and Release / build (push) Failing after 42s
This commit is contained in:
parent
cb2850493b
commit
a1862ae69e
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ jobs:
|
||||||
|
|
||||||
- name: Set up gradle properties
|
- name: Set up gradle properties
|
||||||
run: |
|
run: |
|
||||||
|
mkdir -p ~/.gradle
|
||||||
echo "storeFile=my-release-key.jks" >> ~/.gradle/gradle.properties
|
echo "storeFile=my-release-key.jks" >> ~/.gradle/gradle.properties
|
||||||
echo "storePassword=${{ secrets.KEYSTORE_PASSWORD }}" >> ~/.gradle/gradle.properties
|
echo "storePassword=${{ secrets.KEYSTORE_PASSWORD }}" >> ~/.gradle/gradle.properties
|
||||||
echo "keyAlias=${{ secrets.KEY_ALIAS }}" >> ~/.gradle/gradle.properties
|
echo "keyAlias=${{ secrets.KEY_ALIAS }}" >> ~/.gradle/gradle.properties
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue