Skip to content

Commit

Permalink
#2 修复环境变量
Browse files Browse the repository at this point in the history
  • Loading branch information
DoctorReid committed Jun 16, 2024
1 parent b0dce4e commit 4661849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/locale-po.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Compile PO files
run: |
PYTHONPATH=$(pwd) python your_script.py python src/one_dragon/devtools/compile_po.py
PYTHONPATH=$(pwd) python src/one_dragon/devtools/compile_po.py
- name: Commit changes
run: |
Expand Down

0 comments on commit 4661849

Please sign in to comment.