Merge pull request #962 from trheyi/main
chore: Rename XGen to CUI in macOS build workflow
This commit is contained in:
commit
19ddc4150b
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build-macos.yml
vendored
6
.github/workflows/build-macos.yml
vendored
|
|
@ -88,12 +88,12 @@ jobs:
|
||||||
mv xun ../
|
mv xun ../
|
||||||
mv gou ../
|
mv gou ../
|
||||||
mv v8go ../
|
mv v8go ../
|
||||||
mv xgen-v1.0 ../
|
mv cui-v1.0 ../
|
||||||
mv yao-init ../
|
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 ../
|
ls -l ../
|
||||||
ls -l ../xgen-v1.0/packages/setup/
|
ls -l ../cui-v1.0/packages/setup/
|
||||||
|
|
||||||
- name: Checkout Code
|
- name: Checkout Code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue