Skip to content

Commit b505ce4

Browse files
committed
fix typo of workflows
1 parent e928ac6 commit b505ce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ jobs:
312312
313313
cd target/distrib
314314
# 一時ディレクトリに展開
315-
tar xf dict-to-mozc-x86_64-unknown-linux-musl.tar.xz
315+
tar xf dict-to-mozc-${{ join(matrix.targets) }}.tar.xz
316316
# 新しい dict-to-mozc を上書きコピー
317317
cp -avf ../${{ join(matrix.targets) }}/dist/dict-to-mozc dict-to-mozc-${{ join(matrix.targets) }}/dict-to-mozc
318318
# 更新した内容で再圧縮

0 commit comments

Comments
 (0)