commit
adbfbbebbe
3 changed files with 3 additions and 3 deletions
2
.github/workflows/release-linux.yml
vendored
2
.github/workflows/release-linux.yml
vendored
|
|
@ -76,7 +76,7 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
with:
|
||||
repository: yaoapp/xgen-next
|
||||
ref: 9ce17a22904b3f09de90f08abbbdaf42f6b0ef68
|
||||
# ref: 9ce17a22904b3f09de90f08abbbdaf42f6b0ef68
|
||||
path: xgen-v1.0
|
||||
|
||||
- name: Move Kun, Xun, Gou, UI, V8Go
|
||||
|
|
|
|||
2
.github/workflows/release-macos.yml
vendored
2
.github/workflows/release-macos.yml
vendored
|
|
@ -68,7 +68,7 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
with:
|
||||
repository: yaoapp/xgen-next
|
||||
ref: 9ce17a22904b3f09de90f08abbbdaf42f6b0ef68
|
||||
# ref: 9ce17a22904b3f09de90f08abbbdaf42f6b0ef68
|
||||
path: xgen-v1.0
|
||||
|
||||
- name: Move Kun, Xun, Gou, UI, V8Go
|
||||
|
|
|
|||
2
Makefile
2
Makefile
|
|
@ -267,7 +267,7 @@ release: clean
|
|||
# Building XGEN v1.0
|
||||
export NODE_ENV=production
|
||||
git clone https://github.com/YaoApp/xgen-next.git .tmp/xgen/v1.0
|
||||
cd .tmp/xgen/v1.0 && git checkout 9ce17a22904b3f09de90f08abbbdaf42f6b0ef68
|
||||
# cd .tmp/xgen/v1.0 && git checkout 9ce17a22904b3f09de90f08abbbdaf42f6b0ef68
|
||||
echo "BASE=__yao_admin_root" > .tmp/xgen/v1.0/packages/xgen/.env
|
||||
cd .tmp/xgen/v1.0 && pnpm install && pnpm run build
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue