Skip to content

Commit e51622f

Browse files
committed
sg204x: rearrange artifact name
1 parent 2f90132 commit e51622f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/sophgo-sg204x.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Upload Artifacts
5757
uses: actions/upload-artifact@v4
5858
with:
59-
name: "${{ matrix.target_name }}-zsbl"
59+
name: "zsbl-${{ matrix.target_name }}"
6060
path: dist
6161

6262
build-opensbi:
@@ -111,7 +111,7 @@ jobs:
111111
- name: Upload Artifacts
112112
uses: actions/upload-artifact@v4
113113
with:
114-
name: "${{ matrix.target_name }}-opensbi"
114+
name: "opensbi-${{ matrix.target_name }}"
115115
path: dist
116116

117117
build-u-root:
@@ -155,5 +155,5 @@ jobs:
155155
- name: Upload Artifacts
156156
uses: actions/upload-artifact@v4
157157
with:
158-
name: "sophgo-sg204x-u-root"
158+
name: "u-root-sophgo-sg204x"
159159
path: dist

0 commit comments

Comments
 (0)