Commit a4d7bce
committed
fix(release): narrow artifact glob so the solution file isn't uploaded
The 'SharpFM*' glob in softprops/action-gh-release matched SharpFM.sln
at the repo root alongside the intended SharpFM-v*-<target>.tar.gz /
.zip archives. Three parallel matrix runners each uploaded the solution
file; with overwrite_files: true one won and the others got a 'Not
Found' on the asset update endpoint, failing the Publish step.
Tightened the glob to 'SharpFM-*' (hyphen) so only the versioned
release archives match.1 parent c037f53 commit a4d7bce
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
57 | 61 | | |
58 | 62 | | |
0 commit comments