Skip to content

Commit

Permalink
#4 显示当前文件路径
Browse files Browse the repository at this point in the history
  • Loading branch information
DoctorReid committed Sep 10, 2023
1 parent 1c96e07 commit d91c72c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/locale-po.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
ref: 'dev_i18'

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
Expand All @@ -30,6 +28,9 @@ jobs:
- name: Install dependencies
run: pip install polib==1.2.0

- name: Show dir
run: pwd

- name: Compile PO files
run: |
python github/compile_po.py
Expand Down

0 comments on commit d91c72c

Please sign in to comment.