Thanks to visit codestin.com Credit goes to github.com
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 ad6e9ec commit 47646d2Copy full SHA for 47646d2
.github/workflows/publish.yml
@@ -114,9 +114,9 @@ jobs:
114
name: build-x86_64-unknown-linux-gnu-
115
- name: Build
116
run: |
117
- unzip x86_64-unknown-linux-gnu-.zip
118
- chmod +x dict_tools
119
- ./dict_tools build jpreprocess naist-jdic-source naist-jdic
+ tar xzvf x86_64-unknown-linux-gnu-.tgz
+ chmod +x jpreprocess/dict_tools
+ jpreprocess/dict_tools build jpreprocess naist-jdic-source naist-jdic
120
- name: Package naist-jdic
121
122
tar czvf naist-jdic-jpreprocess.tar.gz naist-jdic
0 commit comments