Commit 5896511
Bryan Howard
Fix Windows build artifact structure issue
**Root Cause:** Python runtime copy was potentially replacing the dist directory contents instead of creating a subdirectory.
**Changes:**
- Fix python_runtime copy to explicitly create subdirectory path
- Add comprehensive debug output to track build directory structure
- Verify dist directory exists before operations
- Add error handling and directory listing for troubleshooting
**Debug Info Added:**
- Show build directory contents before and after operations
- Display dist directory contents before renaming
- Show final artifact contents before upload
- Better error messages with directory listings
This should resolve the issue where extracted artifacts only contained python_runtime folder instead of the complete application structure.
🤖 Generated with [Claude Code](https://claude.ai/code)1 parent 3f5a250 commit 5896511
1 file changed
+25
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
91 | | - | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
92 | 101 | | |
93 | 102 | | |
94 | 103 | | |
| |||
104 | 113 | | |
105 | 114 | | |
106 | 115 | | |
107 | | - | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
108 | 122 | | |
109 | 123 | | |
110 | | - | |
111 | 124 | | |
112 | 125 | | |
113 | 126 | | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
114 | 131 | | |
115 | 132 | | |
116 | 133 | | |
| |||
119 | 136 | | |
120 | 137 | | |
121 | 138 | | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
122 | 143 | | |
123 | 144 | | |
124 | 145 | | |
| |||
0 commit comments