From 44c0b3a767e2a4bf037362ac868097cce9b75228 Mon Sep 17 00:00:00 2001 From: weishu Date: Sun, 17 Mar 2024 13:15:55 +0800 Subject: [PATCH] skipci: Fix release upload --- .github/workflows/gki-kernel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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