Skip to content

Commit 84b9d9a

Browse files
committed
✏️ Fix the bug about it should download the target files at the specific file paths.
1 parent 3daef9d commit 84b9d9a

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/rw_parse_release_intent.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,13 +114,22 @@ jobs:
114114
download_if_missing "./scripts/ci/release_intent.py" "$BASE_URL/scripts/ci/release_intent.py"
115115
116116
echo "All required CI script files are ready!"
117+
118+
echo "Check list of downloaded files:"
119+
ls -la
120+
121+
echo "Check list of downloaded files under ./scripts:"
122+
ls -la ./scripts
123+
124+
echo "Check list of downloaded files under ./scripts/ci:"
125+
ls -la ./scripts/ci
117126
118127
- name: Setup Python with UV
119128
uses: Chisanan232/Template-Python-UV-Project/.github/actions/setup-python-uv@master
120129
with:
121130
python-version: ${{ inputs.python-version }}
122131
install-dependencies: 'true'
123-
working-directory: 'scripts'
132+
working-directory: './scripts'
124133

125134
- name: Parse release intent
126135
id: intent

0 commit comments

Comments
 (0)