Skip to content

Commit 962d494

Browse files
committed
[skip ci] Create Release Workflow
2 parents b293b5a + ff9d3ab commit 962d494

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

.github/workflows/create_github_release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,18 @@ jobs:
2222
cache: gradle
2323

2424
- name: Create release key
25-
env:
26-
LEANSTREAM_JKS: ${{ LEANSTREAM_JKS }}
2725
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 }}
3030

3131
- name: Grant execute permission for gradlew
3232
run: chmod +x gradlew
3333
- name: Build with Gradle
3434
run: ./gradlew assembleRelease
3535
env:
36-
LEANSTREAM_KEY_PASSWORD: ${{ LEANSTREAM_KEY_PASSWORD }}
36+
LEANSTREAM_KEY_PASSWORD: ${{ secrets.LEANSTREAM_KEY_PASSWORD }}
3737

3838
- name: Release
3939
uses: softprops/action-gh-release@v1

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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">
22

33
# LeanStream
44

@@ -15,6 +15,10 @@ This project aims to simplify the process of enjoying content from M3U playlists
1515
* **User-friendly Interface:** The app boasts a clean and user-friendly interface designed
1616
specifically for the Android TV environment, making it easy to navigate and control playback.
1717

18+
## Screenshots
19+
![image](https://github.com/khaled-0/LeanStream/assets/74397286/a9e19593-47f5-46bb-aae6-02491d352bfa)
20+
21+
1822
## Download
1923

2024
Get the app from the [releases](https://github.com/khaled-0/LeanStream/releases/) page.

0 commit comments

Comments
 (0)