Skip to content

Commit 076fa72

Browse files
committed
change build workflow to upload-artifacts
1 parent 652b064 commit 076fa72

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ name: Build Kernel for a5y17lte & a7y17lte
33
on:
44
workflow_dispatch:
55
push:
6-
branches: [ rise-ksu ]
6+
branches: [ rise-ksu, rise-ksu-staging ]
77

88
jobs:
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

0 commit comments

Comments
 (0)