Fixed android application signing github secret issue

This commit is contained in:
Kingkor Roy Tirtho 2022-06-15 18:51:58 +06:00
parent 5953b30d45
commit 2119e2012a

View File

@ -35,8 +35,8 @@ jobs:
build/Spotube-linux-x86_64.tar.xz
build/Spotube-*-x86_64.AppImage
# Building Android Application
- run: echo ${{ secrets.KEYSTORE }} | base64 --decode > upload-keystore.jks
- run: echo ${{ secrets.KEY_PROPERTIES }} > android/key.properties
- run: echo '${{ secrets.KEYSTORE }}' | base64 --decode > upload-keystore.jks
- run: echo '${{ secrets.KEY_PROPERTIES }}' > android/key.properties
- run: flutter build apk
- run: make apk
- uses: actions/upload-artifact@v2