From 927f2a26bdc67622a2e30a7e04a1e67205d443c3 Mon Sep 17 00:00:00 2001 From: sus <54392299+jeffpeng3@users.noreply.github.com> Date: Sun, 22 Oct 2023 08:31:15 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=93artifact=E5=8F=AF=E4=BB=A5=E6=AD=A3?= =?UTF-8?q?=E7=A2=BA=E5=B0=8E=E5=87=BA=20(#1064)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修正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. --- .github/workflows/build-kernel-a14.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-kernel-a14.yml b/.github/workflows/build-kernel-a14.yml index a9c4be80..4459e584 100644 --- a/.github/workflows/build-kernel-a14.yml +++ b/.github/workflows/build-kernel-a14.yml @@ -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'