[change] release workflow
This commit is contained in:
parent
78397bcdb3
commit
50cedfb9f7
2 changed files with 14 additions and 0 deletions
7
.github/workflows/release-linux.yml
vendored
7
.github/workflows/release-linux.yml
vendored
|
|
@ -79,6 +79,12 @@ jobs:
|
||||||
#ref: 5002c3fded585aaa69a4366135b415ea3234964e
|
#ref: 5002c3fded585aaa69a4366135b415ea3234964e
|
||||||
path: xgen-v1.0
|
path: xgen-v1.0
|
||||||
|
|
||||||
|
- name: Checkout Yao-Init
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
repository: yaoapp/yao-init
|
||||||
|
path: yao-init
|
||||||
|
|
||||||
- name: Move Kun, Xun, Gou, UI, V8Go
|
- name: Move Kun, Xun, Gou, UI, V8Go
|
||||||
run: |
|
run: |
|
||||||
mv kun ../
|
mv kun ../
|
||||||
|
|
@ -87,6 +93,7 @@ jobs:
|
||||||
mv v8go ../
|
mv v8go ../
|
||||||
mv xgen-v0.9 ../
|
mv xgen-v0.9 ../
|
||||||
mv xgen-v1.0 ../
|
mv xgen-v1.0 ../
|
||||||
|
mv yao-init ../
|
||||||
ls -l .
|
ls -l .
|
||||||
ls -l ../
|
ls -l ../
|
||||||
|
|
||||||
|
|
|
||||||
7
.github/workflows/release-macos.yml
vendored
7
.github/workflows/release-macos.yml
vendored
|
|
@ -74,6 +74,12 @@ jobs:
|
||||||
# ref: 5002c3fded585aaa69a4366135b415ea3234964e
|
# ref: 5002c3fded585aaa69a4366135b415ea3234964e
|
||||||
path: xgen-v1.0
|
path: xgen-v1.0
|
||||||
|
|
||||||
|
- name: Checkout Yao-Init
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
repository: yaoapp/yao-init
|
||||||
|
path: yao-init
|
||||||
|
|
||||||
- name: Move Kun, Xun, Gou, UI, V8Go
|
- name: Move Kun, Xun, Gou, UI, V8Go
|
||||||
run: |
|
run: |
|
||||||
mv kun ../
|
mv kun ../
|
||||||
|
|
@ -82,6 +88,7 @@ jobs:
|
||||||
mv v8go ../
|
mv v8go ../
|
||||||
mv xgen-v0.9 ../
|
mv xgen-v0.9 ../
|
||||||
mv xgen-v1.0 ../
|
mv xgen-v1.0 ../
|
||||||
|
mv yao-init ../
|
||||||
ls -l .
|
ls -l .
|
||||||
ls -l ../
|
ls -l ../
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue