We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e928ac6 commit b505ce4Copy full SHA for b505ce4
.github/workflows/release.yml
@@ -312,7 +312,7 @@ jobs:
312
313
cd target/distrib
314
# 一時ディレクトリに展開
315
- tar xf dict-to-mozc-x86_64-unknown-linux-musl.tar.xz
+ tar xf dict-to-mozc-${{ join(matrix.targets) }}.tar.xz
316
# 新しい dict-to-mozc を上書きコピー
317
cp -avf ../${{ join(matrix.targets) }}/dist/dict-to-mozc dict-to-mozc-${{ join(matrix.targets) }}/dict-to-mozc
318
# 更新した内容で再圧縮
0 commit comments