File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 47
47
with :
48
48
name : " LPOS_${{ matrix.device }}"
49
49
path : |
50
- out/${{ matrix.device }}/ LPoS-${{ matrix.device }}-KSU-${{ github.event.inputs.tag }}.tar .zip
51
- out/${{ matrix.device }}/LPoS-${{ matrix.device }}-${{ github.event.inputs.tag }}.tar .zip
52
-
50
+ out/LPoS* .zip
51
+ out/KSU* .zip
52
+
53
53
- name : Create release
54
54
uses : ncipollo/release-action@v1
55
55
with :
59
59
prerelease : false
60
60
token : ${{ secrets.TOKEN }}
61
61
artifacts : |
62
- out/${{ matrix.device }}/ LPoS-${{ matrix.device }}-KSU-${{ github.event.inputs.tag }}.tar .zip
63
- out/${{ matrix.device }}/LPoS-${{ matrix.device }}-${{ github.event.inputs.tag }}.tar. zip
62
+ out/LPoS* .zip
63
+ out/KSU*. zip
64
64
body : " Commit SHA: ${{ github.sha }}"
65
65
66
66
- name : Upload to Telegram
69
69
to : ${{ secrets.TELEGRAM_CHAT_ID }}
70
70
token : ${{ secrets.TELEGRAM_BOT_TOKEN }}
71
71
document : |
72
- out/${{ matrix.device }}/ LPoS-${{ matrix.device }}-KSU-${{ github.event.inputs.tag }}.tar .zip
73
- out/${{ matrix.device }}/LPoS-${{ matrix.device }}-${{ github.event.inputs.tag }}.tar. zip
72
+ out/LPoS* .zip
73
+ out/KSU*. zip
74
74
format : html
75
75
disable_web_page_preview : false
76
76
message : |
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ lpos(){
101
101
}
102
102
103
103
ksu (){
104
- export FILE_NAME=" LPoS-${DEVICE} -KSU -${LPOS_KERNEL_VERSION} "
104
+ export FILE_NAME=" KSU- LPoS-${DEVICE} -${LPOS_KERNEL_VERSION} "
105
105
make ${ARGS} ${CONFIG} lpos_ksu.config
106
106
make ${ARGS} menuconfig
107
107
make ${ARGS} -j$( nproc) || exit 1
You can’t perform that action at this time.
0 commit comments