Skip to content

Commit 94380d0

Browse files
authored
remove leading ./ from artifact upload path in sync.yml
1 parent 01db49f commit 94380d0

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/sync.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -118,11 +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
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
126126
env:
127127
PYDOC_LANG_DIR: ${{ env.PYDOC_LANG_DIR }}
128128

0 commit comments

Comments
 (0)