2
.github/workflows/build-kernel-a12.yml
vendored
2
.github/workflows/build-kernel-a12.yml
vendored
@@ -108,7 +108,7 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: boot-images-android12
|
name: boot-images-android12
|
||||||
path: Image-android12*/*.img*.gz
|
path: Image-android12*/*.img.gz
|
||||||
|
|
||||||
check-build-kernel:
|
check-build-kernel:
|
||||||
if: github.event_name == 'pull_request'
|
if: github.event_name == 'pull_request'
|
||||||
|
|||||||
2
.github/workflows/build-kernel-a13.yml
vendored
2
.github/workflows/build-kernel-a13.yml
vendored
@@ -111,7 +111,7 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: boot-images-android13
|
name: boot-images-android13
|
||||||
path: Image-android13*/*.img*.gz
|
path: Image-android13*/*.img.gz
|
||||||
|
|
||||||
check-build-kernel:
|
check-build-kernel:
|
||||||
if: github.event_name == 'pull_request'
|
if: github.event_name == 'pull_request'
|
||||||
|
|||||||
Reference in New Issue
Block a user