Commit 3e4259b
committed
fix(release): match create-dmg output Programa*.dmg (case-sensitive runner)
The v0.1.0 release built, signed, and notarized the app successfully but failed
at `mv ./programa*.dmg`: create-dmg (npm) names the DMG after the app bundle
("Programa 0.1.0.dmg"), and GitHub's macOS runner filesystem is case-sensitive,
so the lowercase glob (ported from upstream's cmux*.dmg) matched nothing.1 parent 89c552c commit 3e4259b
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
323 | 323 | | |
324 | 324 | | |
325 | 325 | | |
326 | | - | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
327 | 330 | | |
328 | 331 | | |
329 | 332 | | |
| |||
0 commit comments