File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 57
57
- uses : actions/download-artifact@v4
58
58
- name : Display structure of downloaded files
59
59
run : |
60
- ls
60
+ ls -R
61
61
62
62
- name : Create release
63
63
uses : ncipollo/release-action@v1
68
68
prerelease : false
69
69
token : ${{ secrets.TOKEN }}
70
70
artifacts : |
71
- ${{ matrix.device }}/LPoS*.zip
72
- ${{ matrix.device }}/KSU*.zip
71
+ LPOS_ ${{ matrix.device }}/LPoS*.zip
72
+ LPOS_ ${{ matrix.device }}/KSU*.zip
73
73
body : " Commit SHA: ${{ github.sha }}"
74
74
75
75
- name : Upload to Telegram
78
78
to : ${{ secrets.TELEGRAM_CHAT_ID }}
79
79
token : ${{ secrets.TELEGRAM_BOT_TOKEN }}
80
80
document : |
81
- ${{ matrix.device }}/LPoS*.zip
82
- ${{ matrix.device }}/KSU*.zip
81
+ LPOS_ ${{ matrix.device }}/LPoS*.zip
82
+ LPOS_ ${{ matrix.device }}/KSU*.zip
83
83
format : html
84
84
disable_web_page_preview : false
85
85
message : |
91
91
92
92
<b>Commit SHA:</b> <a href="https://github.com/${{ github.repository }}/commit/${{github.sha}}">Click here</a>
93
93
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>
You can’t perform that action at this time.
0 commit comments