File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments