Skip to content

Commit

Permalink
move chmod
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsumoto-ren committed May 28, 2024
1 parent 91bf7a7 commit 3e15164
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-release-dictionaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:

- name: Run Build Dicts Script
run: |
chmod +x ./binaries/rikaitan
bash build_dicts.sh
- name: Create Release
Expand Down
1 change: 1 addition & 0 deletions build_dicts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ if ! [[ -d binaries ]]; then
fi

get_rikaitan_import
chmod +x -- ./binaries/rikaitan
refresh_source "JMdict_e_examp"
./binaries/rikaitan -language="english_extra" -title="JMdict" src/JMdict_e_examp dst/JMdict_english_with_examples.zip

Expand Down

0 comments on commit 3e15164

Please sign in to comment.