diff --git a/.github/workflows/gki-kernel.yml b/.github/workflows/gki-kernel.yml index 3a43e85f..5ea2d0ab 100644 --- a/.github/workflows/gki-kernel.yml +++ b/.github/workflows/gki-kernel.yml @@ -245,5 +245,5 @@ jobs: uses: actions/upload-artifact@v4 if: ${{ inputs.build_lkm == true }} with: - name: ${{ inputs.version }}_lkm + name: ${{ inputs.version }}-lkm path: ./output/*_kernelsu.ko \ No newline at end of file