We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f90132 commit e51622fCopy full SHA for e51622f
.github/workflows/sophgo-sg204x.yml
@@ -56,7 +56,7 @@ jobs:
56
- name: Upload Artifacts
57
uses: actions/upload-artifact@v4
58
with:
59
- name: "${{ matrix.target_name }}-zsbl"
+ name: "zsbl-${{ matrix.target_name }}"
60
path: dist
61
62
build-opensbi:
@@ -111,7 +111,7 @@ jobs:
111
112
113
114
- name: "${{ matrix.target_name }}-opensbi"
+ name: "opensbi-${{ matrix.target_name }}"
115
116
117
build-u-root:
@@ -155,5 +155,5 @@ jobs:
155
156
157
158
- name: "sophgo-sg204x-u-root"
+ name: "u-root-sophgo-sg204x"
159
0 commit comments