mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-12 23:45:18 +00:00
Fixed android application signing github secret issue
This commit is contained in:
parent
5953b30d45
commit
2119e2012a
4
.github/workflows/flutter-build.yml
vendored
4
.github/workflows/flutter-build.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user