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'