Commit c852c05
fix: rename temp file before upload so asset gets correct filename
The gh release upload command uses the actual filename, not the #label
syntax, for the asset name. Renaming the temp file before uploading
ensures assets get descriptive names instead of 'tmp.XXXXXXXXXX'.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 2f99b58 commit c852c05
1 file changed
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
134 | 139 | | |
135 | | - | |
| 140 | + | |
136 | 141 | | |
137 | 142 | | |
138 | 143 | | |
139 | 144 | | |
140 | 145 | | |
141 | 146 | | |
142 | 147 | | |
143 | | - | |
| 148 | + | |
144 | 149 | | |
145 | 150 | | |
146 | 151 | | |
| |||
0 commit comments