Skip to content

Commit

Permalink
Update filename
Browse files Browse the repository at this point in the history
  • Loading branch information
watamario15 committed Aug 15, 2023
1 parent 223ca95 commit d653171
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dict.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
if ! gh release view -R ${{ github.repository }} ${{ steps.time.outputs.version }} | grep '^\s*asset:\s*${{ matrix.wiki }}-${{ needs.create_release.outputs.version }}.xtbdict.tar'; then
curl -sSfLO https://github.com/watamario15/MkXTBWikiplexus/releases/download/r3/linux-glibc2.34-amd64.zip
unzip -oq linux-glibc2.34-amd64.zip -d xtbconv
sudo apt install -y libkakasi2
curl -sSfLO https://github.com/watamario15/MkXTBWikiplexus/releases/download/r3/linux-amd64.zip
unzip -oq linux-amd64.zip -d xtbconv
sudo apt install -y mecab-ipadic-utf8 libkakasi2
export PATH=${{ github.workspace }}/xtbconv:$PATH
export DICTDIR=${{ github.workspace }}
Expand Down

0 comments on commit d653171

Please sign in to comment.