Skip to content

Commit 29b5d85

Browse files
authored
Update build.yml
1 parent 449ec24 commit 29b5d85

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- uses: actions/download-artifact@v4
5858
- name: Display structure of downloaded files
5959
run: |
60-
ls
60+
ls -R
6161
6262
- name: Create release
6363
uses: ncipollo/release-action@v1
@@ -68,8 +68,8 @@ jobs:
6868
prerelease: false
6969
token: ${{ secrets.TOKEN }}
7070
artifacts: |
71-
${{ matrix.device }}/LPoS*.zip
72-
${{ matrix.device }}/KSU*.zip
71+
LPOS_${{ matrix.device }}/LPoS*.zip
72+
LPOS_${{ matrix.device }}/KSU*.zip
7373
body: "Commit SHA: ${{ github.sha }}"
7474

7575
- name: Upload to Telegram
@@ -78,8 +78,8 @@ jobs:
7878
to: ${{ secrets.TELEGRAM_CHAT_ID }}
7979
token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
8080
document: |
81-
${{ matrix.device }}/LPoS*.zip
82-
${{ matrix.device }}/KSU*.zip
81+
LPOS_${{ matrix.device }}/LPoS*.zip
82+
LPOS_${{ matrix.device }}/KSU*.zip
8383
format: html
8484
disable_web_page_preview: false
8585
message: |
@@ -91,4 +91,4 @@ jobs:
9191
9292
<b>Commit SHA:</b> <a href="https://github.com/${{ github.repository }}/commit/${{github.sha}}">Click here</a>
9393
94-
<b>Installation :</b> <a href="https://telegra.ph/LPoS-Kernel-Installation-Guide-02-09">Click here</a>
94+
<b>Installation :</b> <a href="https://telegra.ph/LPoS-Kernel-Installation-Guide-02-09">Click here</a>

0 commit comments

Comments
 (0)