讓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
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: boot-images-android13
|
||||
path: Image-android13*/*.img.gz
|
||||
name: boot-images-android14
|
||||
path: Image-android14*/*.img.gz
|
||||
|
||||
check-build-kernel:
|
||||
if: github.event_name == 'pull_request'
|
||||
|
||||
Reference in New Issue
Block a user