We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7777f0 commit 241381eCopy full SHA for 241381e
1 file changed
.github/workflows/android-ci.yml
@@ -58,10 +58,15 @@ jobs:
58
steps:
59
- name: Check out code
60
uses: actions/checkout@v5
61
+
62
+ - name: Generate keystore.properties
63
+ run: echo '${{ secrets.KEYSTORE_PROPERTIES }}' | base64 -d > ./keystore.properties
64
65
- name: Set up JDK
66
uses: actions/setup-java@v5
67
with:
68
distribution: 'zulu'
69
java-version: 21
70
71
- name: compose stability check
72
run: ./gradlew stabilityCheck
0 commit comments