Commit 7ae4de8
authored
fix(ci): 🐛 filter out duplicate builder-debug.yml in upload-manifests job (#36)
The builder-debug.yml file is generated by electron-builder for each platform
(mac/win/linux), causing duplicate files when merging artifacts. This results
in a 404 error when action-gh-release tries to update an asset that was
already uploaded.
This fix removes builder-debug.yml before uploading, keeping only the
latest-*.yml update manifests.1 parent 1bd1401 commit 7ae4de8
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
127 | 134 | | |
128 | 135 | | |
129 | 136 | | |
| |||
0 commit comments