Skip to content

Commit

Permalink
Fix StarDict file creation
Browse files Browse the repository at this point in the history
  • Loading branch information
BoboTiG committed Dec 19, 2020
1 parent c0c76d5 commit 75a7bc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:

- name: Generate dictionary (StarDict)
run: |
pyglossary --read-format Dictfile --write-format Stardict --no-progress-bar --no-color data/${{ matrix.locale }}/dict-${{ matrix.locale }}.df ifo
zip dict-${{ matrix.locale }}.zip ifo.dict.dz ifo.idx ifo.ifo
pyglossary --no-progress-bar --no-color data/${{ matrix.locale }}/dict-${{ matrix.locale }}.df dict-data.ifo
zip -r dict-${{ matrix.locale }}.zip dict-data.* res
- name: Upload the dictionary (DictFile)
uses: svenstaro/upload-release-action@v1-release
Expand Down

0 comments on commit 75a7bc9

Please sign in to comment.