Skip to content

Commit 3167d0a

Browse files
authored
Refactor artifact upload paths in sync.yml
1 parent 94380d0 commit 3167d0a

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

.github/workflows/sync.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -118,13 +118,11 @@ jobs:
118118
with:
119119
name: python-${{ env.PYDOC_VERSION }}
120120
path: |
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 }}
121+
${{ env.PYDOC_LANG_DIR }}/.tx/config
122+
${{ env.PYDOC_LANG_DIR }}/potodo.md
123+
${{ env.PYDOC_LANG_DIR }}/stats.json
124+
${{ env.PYDOC_LANG_DIR }}/*.po
125+
${{ env.PYDOC_LANG_DIR }}/**/*.po
128126
129127
commit:
130128
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)