File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 9090 echo "Checking for required CI script files..."
9191
9292 # Create scripts directory if it doesn't exist
93- mkdir -p scripts/ci
93+ mkdir -p ./ scripts/ci
9494
9595 # Function to download file if it doesn't exist
9696 download_if_missing() {
@@ -109,9 +109,9 @@ jobs:
109109 # Download required files from template repository
110110 BASE_URL="https://raw.githubusercontent.com/Chisanan232/Template-Python-UV-Project/master"
111111
112- download_if_missing "scripts/pyproject.toml" "$BASE_URL/scripts/pyproject.toml"
113- download_if_missing "scripts/uv.lock" "$BASE_URL/scripts/uv.lock"
114- download_if_missing "scripts/ci/release_intent.py" "$BASE_URL/scripts/ci/release_intent.py"
112+ download_if_missing "./ scripts/pyproject.toml" "$BASE_URL/scripts/pyproject.toml"
113+ download_if_missing "./ scripts/uv.lock" "$BASE_URL/scripts/uv.lock"
114+ 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!"
117117
You can’t perform that action at this time.
0 commit comments