Updates to PR #5743 (#5747)

* fix paths
This commit is contained in:
Scot Breitenfeld
2025-08-27 20:26:46 -05:00
committed by GitHub
parent 40bde85ea9
commit de6b981fcc
+2 -1
View File
@@ -57,9 +57,10 @@ jobs:
- name: Calculate progress (run once)
id: progress
run: |
cd .github/workflows
# Check if Python script exists
if [ ! -f "update-progress.py" ]; then
echo "::error::update-progress.py not found in repository root"
echo "::error::update-progress.py not found in .github/workflows directory"
exit 1
fi