chore: Rename XGen to CUI in macOS build workflow

- Updated references in the build-macos.yml workflow to replace XGen with CUI.
- Adjusted file movements and cleanup commands to reflect the new naming convention for consistency.
This commit is contained in:
Max 2025-05-18 17:59:54 +08:00
parent 4dbdb07efb
commit e7ac051d88

View file

@ -88,12 +88,12 @@ jobs:
mv xun ../
mv gou ../
mv v8go ../
mv xgen-v1.0 ../
mv cui-v1.0 ../
mv yao-init ../
rm -f ../xgen-v1.0/packages/setup/vite.config.ts.*
rm -f ../cui-v1.0/packages/setup/vite.config.ts.*
ls -l .
ls -l ../
ls -l ../xgen-v1.0/packages/setup/
ls -l ../cui-v1.0/packages/setup/
- name: Checkout Code
uses: actions/checkout@v4