Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 47646d2

Browse files
committed
fix naist-jdic
1 parent ad6e9ec commit 47646d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@ jobs:
114114
name: build-x86_64-unknown-linux-gnu-
115115
- name: Build
116116
run: |
117-
unzip x86_64-unknown-linux-gnu-.zip
118-
chmod +x dict_tools
119-
./dict_tools build jpreprocess naist-jdic-source naist-jdic
117+
tar xzvf x86_64-unknown-linux-gnu-.tgz
118+
chmod +x jpreprocess/dict_tools
119+
jpreprocess/dict_tools build jpreprocess naist-jdic-source naist-jdic
120120
- name: Package naist-jdic
121121
run: |
122122
tar czvf naist-jdic-jpreprocess.tar.gz naist-jdic

0 commit comments

Comments
 (0)