Skip to content

Commit

Permalink
Fixes issues with command line
Browse files Browse the repository at this point in the history
  • Loading branch information
catusphan committed Dec 6, 2024
1 parent 2303868 commit f8e60dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Report the results
run: |
ls -R -l $OUTPUT_DIR &&
python ./bin/dict_summary.py --dict-dir=$INPUT_DIR
python ./bin/dict_summary.py --dict_dir=$INPUT_DIR
- name: Get Current Timestamp
id: timestamp
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_all_external.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Report the results
run: |
ls -R -l $OUTPUT_DIR &&
python ./bin/dict_summary.py --dict-dir=$INPUT_DIR
python ./bin/dict_summary.py --dict_dir=$INPUT_DIR
- name: Get Current Timestamp
id: timestamp
Expand Down

0 comments on commit f8e60dc

Please sign in to comment.