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 8d61807 commit 5611fcfCopy full SHA for 5611fcf
1 file changed
.github/workflows/build-release-apk.yml
@@ -28,7 +28,7 @@ jobs:
28
RELEASE_KEYSTORE: ${{ secrets.RELEASE_KEYSTORE }}
29
if: ${{ env.RELEASE_KEYSTORE != '' }}
30
run: |
31
- echo "${{ secrets.RELEASE_KEYSTORE }}" | base64 -d > app/leantype-release.jks
+ echo "${{ secrets.RELEASE_KEYSTORE }}" | base64 -d > leantype-release.jks
32
echo "keyAlias=${{ secrets.RELEASE_KEY_ALIAS }}" > keystore.properties
33
echo "keyPassword=${{ secrets.RELEASE_KEY_PASSWORD }}" >> keystore.properties
34
echo "storeFile=leantype-release.jks" >> keystore.properties
0 commit comments