File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -22,18 +22,18 @@ jobs:
22
22
cache : gradle
23
23
24
24
- name : Create release key
25
- env :
26
- LEANSTREAM_JKS : ${{ LEANSTREAM_JKS }}
27
25
run : |
28
- echo $LEANSTREAM_JKS > leanstream.b64
29
- base64 --decode > leanstream.jks
26
+ echo "$LEANSTREAM_JKS" > leanstream.b64
27
+ base64 --decode leanstream.b64 > leanstream.jks
28
+ env :
29
+ LEANSTREAM_JKS : ${{ secrets.LEANSTREAM_JKS }}
30
30
31
31
- name : Grant execute permission for gradlew
32
32
run : chmod +x gradlew
33
33
- name : Build with Gradle
34
34
run : ./gradlew assembleRelease
35
35
env :
36
- LEANSTREAM_KEY_PASSWORD : ${{ LEANSTREAM_KEY_PASSWORD }}
36
+ LEANSTREAM_KEY_PASSWORD : ${{ secrets. LEANSTREAM_KEY_PASSWORD }}
37
37
38
38
- name : Release
39
39
uses : softprops/action-gh-release@v1
Original file line number Diff line number Diff line change 1
- <img src =" https://fonts.gstatic .com/s/i/short-term/release/materialsymbolsoutlined/stream/default/48px.svg " height =" 128px " align =" left " >
1
+ <img src =" https://raw.githubusercontent .com/khaled-0/LeanStream/main/play_hi_res_512.png " height =" 128px " align =" left " >
2
2
3
3
# LeanStream
4
4
@@ -15,6 +15,10 @@ This project aims to simplify the process of enjoying content from M3U playlists
15
15
* ** User-friendly Interface:** The app boasts a clean and user-friendly interface designed
16
16
specifically for the Android TV environment, making it easy to navigate and control playback.
17
17
18
+ ## Screenshots
19
+ ![ image] ( https://github.com/khaled-0/LeanStream/assets/74397286/a9e19593-47f5-46bb-aae6-02491d352bfa )
20
+
21
+
18
22
## Download
19
23
20
24
Get the app from the [ releases] ( https://github.com/khaled-0/LeanStream/releases/ ) page.
You can’t perform that action at this time.
0 commit comments