讓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:
sus
2023-10-22 08:31:15 +08:00
committed by GitHub
parent 344c08bb79
commit 927f2a26bd

View File

@@ -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'