Commit 2628155
committed
fix: GoReleaser build from CLI entry point instead of GUI
- Changed main path from ./main.go (Wails GUI) to ./cmd/dev-cleaner/main.go (CLI)
- This fixes v1.0.1 release which had no binaries due to build failure
- GUI entry point requires CGO and Wails build, not compatible with GoReleaser
- Future: Will create separate workflow for GUI releases1 parent dc45a72 commit 2628155
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments