Yaml is hard
This commit is contained in:
parent
19950e5115
commit
a7b83bc058
|
@ -34,7 +34,7 @@ jobs:
|
||||||
encodedString: ${{ secrets.KEYSTORE_FILE }}
|
encodedString: ${{ secrets.KEYSTORE_FILE }}
|
||||||
|
|
||||||
- name: Prepare Gradle environment
|
- name: Prepare Gradle environment
|
||||||
run: >
|
run: |
|
||||||
echo "apply from: 'ci_signing.gradle'" >> mastodon/build.gradle
|
echo "apply from: 'ci_signing.gradle'" >> mastodon/build.gradle
|
||||||
echo "sdk.dir=$ANDROID_SDK_ROOT" > local.properties
|
echo "sdk.dir=$ANDROID_SDK_ROOT" > local.properties
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue