Skip to content

Commit 1129cc3

Browse files
committed
Remove Multiple artifact upload
1 parent 086264c commit 1129cc3

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/build-kernel-release.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -154,13 +154,6 @@ jobs:
154154
kernel_version: ${{ matrix.kernel_version }}
155155
ksun_branch: ${{ inputs.ksun_branch }}
156156
susfs_branch: ${{ steps.get-susfs-branch.outputs.susfs_branch }}
157-
158-
- name: Upload Build Artifacts
159-
uses: actions/upload-artifact@v4
160-
with:
161-
name: ${{ matrix.model }}-kernel
162-
path: ${{ matrix.model }}/artifacts/
163-
if-no-files-found: error
164157

165158
build-batch-2:
166159
name: build-batch-2 (${{ matrix.model }}, ${{ matrix.soc }}, ${{ matrix.branch }}, ${{ matrix.manifest }}, ${{ matrix.android_version }}, ${{ matrix.kernel_version }}, ${{ inputs.ksun_branch }})
@@ -282,13 +275,6 @@ jobs:
282275
kernel_version: ${{ matrix.kernel_version }}
283276
ksun_branch: ${{ inputs.ksun_branch }}
284277
susfs_branch: ${{ steps.get-susfs-branch.outputs.susfs_branch }}
285-
286-
- name: Upload Build Artifacts
287-
uses: actions/upload-artifact@v4
288-
with:
289-
name: ${{ matrix.model }}-kernel
290-
path: ${{ matrix.model }}/artifacts/
291-
if-no-files-found: error
292278

293279
trigger-release:
294280
needs:

0 commit comments

Comments
 (0)