Skip to content

Commit 4420167

Browse files
Update .github/workflows/ci.yaml
Co-authored-by: Copilot <[email protected]>
1 parent e6662c8 commit 4420167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
run: bun run build
116116
- uses: actions/upload-artifact@v4
117117
# Due to the limit of the artifact naming rule, we upload only one for each group.
118-
if: ${{ matrix.base == '/' || matrix.kind == 'ja-jP' }}
118+
if: ${{ matrix.base == '/' || matrix.kind == 'ja-JP' }}
119119
with:
120120
name: dist-${{ matrix.kind }}-${{ matrix.tag }}
121121
path: dist

0 commit comments

Comments
 (0)