Skip to content

Commit 5611fcf

Browse files
committed
fix: correct keystore path in build release workflow
1 parent 8d61807 commit 5611fcf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-release-apk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
RELEASE_KEYSTORE: ${{ secrets.RELEASE_KEYSTORE }}
2929
if: ${{ env.RELEASE_KEYSTORE != '' }}
3030
run: |
31-
echo "${{ secrets.RELEASE_KEYSTORE }}" | base64 -d > app/leantype-release.jks
31+
echo "${{ secrets.RELEASE_KEYSTORE }}" | base64 -d > leantype-release.jks
3232
echo "keyAlias=${{ secrets.RELEASE_KEY_ALIAS }}" > keystore.properties
3333
echo "keyPassword=${{ secrets.RELEASE_KEY_PASSWORD }}" >> keystore.properties
3434
echo "storeFile=leantype-release.jks" >> keystore.properties

0 commit comments

Comments
 (0)