Commit d58d955
committed
Merge multiple in download artifact
fix: flatten downloaded artifacts to resolve directory upload error
GitHub Actions downloads artifacts into directories named after the artifact.
This caused the release workflow to try uploading directories instead of files,
resulting in 'is a directory' errors. The fix flattens the artifacts by moving
files from their directories to the root before release creation.1 parent 4931510 commit d58d955
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
146 | 149 | | |
147 | 150 | | |
148 | 151 | | |
| |||
0 commit comments