mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00
Merge branch 'master' into build
This commit is contained in:
commit
b3d0172918
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