讓artifact可以正確導出 (#1064)
修正artifact無法被導出的問題 [action](https://github.com/tiann/KernelSU/actions/runs/6597355879) Annotations 1 warning upload-artifacts No files were found with the provided path: Image-android13*/*.img.gz. No artifacts will be uploaded.
This commit is contained in:
4
.github/workflows/build-kernel-a14.yml
vendored
4
.github/workflows/build-kernel-a14.yml
vendored
@@ -96,8 +96,8 @@ jobs:
|
|||||||
- name: Upload images artifact
|
- name: Upload images artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: boot-images-android13
|
name: boot-images-android14
|
||||||
path: Image-android13*/*.img.gz
|
path: Image-android14*/*.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