File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed
Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,11 @@ name: Build Kernel for a5y17lte & a7y17lte
33on :
44 workflow_dispatch :
55 push :
6- branches : [ rise-ksu ]
6+ branches : [ rise-ksu, rise-ksu-staging ]
77
88jobs :
99 build :
10+ name : Build for ${{ matrix.device }}
1011 runs-on : ubuntu-latest
1112 strategy :
1213 matrix :
@@ -32,16 +33,14 @@ jobs:
3233 uses : cyberc3dr/android-kernel-actions@a57y17lte
3334 id : build
3435 env :
35- NAME : ${{ matrix.device }}
36+ NAME : ${{ matrix.device }}-kernel
3637 with :
3738 arch : arm64
3839 defconfig : ${{ matrix.defconfig }}
3940 image : Image
4041
41- - name : Release build
42- uses : appleboy/telegram-action@master
42+ - name : Upload build artifact
43+ uses : actions/upload-artifact@v4
4344 with :
44- to : ${{ secrets.CHANNEL_ID }}
45- token : ${{ secrets.TELEGRAM_BOT_TOKEN }}
46- message : ${{ github.repository }} on ${{ github.sha }} is built!
47- document : ${{ steps.build.outputs.outfile }}
45+ name : ${{ matrix.device }}
46+ path : zipper/*.zip
You can’t perform that action at this time.
0 commit comments