We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6662c8 commit 4420167Copy full SHA for 4420167
.github/workflows/ci.yaml
@@ -115,7 +115,7 @@ jobs:
115
run: bun run build
116
- uses: actions/upload-artifact@v4
117
# Due to the limit of the artifact naming rule, we upload only one for each group.
118
- if: ${{ matrix.base == '/' || matrix.kind == 'ja-jP' }}
+ if: ${{ matrix.base == '/' || matrix.kind == 'ja-JP' }}
119
with:
120
name: dist-${{ matrix.kind }}-${{ matrix.tag }}
121
path: dist
0 commit comments