Skip to content

Commit 01db49f

Browse files
authored
Update artifact paths in sync.yml for PYDOC_LANG_DIR
1 parent a32f2d8 commit 01db49f

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

.github/workflows/sync.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -118,11 +118,13 @@ jobs:
118118
with:
119119
name: python-${{ env.PYDOC_VERSION }}
120120
path: |
121-
.tx/config
122-
potodo.md
123-
stats.json
124-
*.po
125-
**/*.po
121+
./${PYDOC_LANG_DIR}/.tx/config
122+
./${PYDOC_LANG_DIR}/potodo.md
123+
./${PYDOC_LANG_DIR}/stats.json
124+
./${PYDOC_LANG_DIR}/*.po
125+
./${PYDOC_LANG_DIR}/**/*.po
126+
env:
127+
PYDOC_LANG_DIR: ${{ env.PYDOC_LANG_DIR }}
126128

127129
commit:
128130
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)