Files
goplt/.github/workflows
0x1d 974821b78f Fix CI: Use find to copy all Ent generated files
The cp -r *.go */ command was failing because glob patterns don't work
reliably in shell scripts. Use find to copy all .go files recursively
while preserving directory structure.
2025-11-07 08:39:26 +01:00
..