Browse Source

fix: 🐛 fix upload_deploy.yml

tags/0.1.0
shangfengh 2 years ago
parent
commit
f4238a63a9
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      .github/workflows/upload_deploy.yml

+ 5
- 1
.github/workflows/upload_deploy.yml View File

@@ -13,7 +13,6 @@ on:
jobs:
build_upload:
runs-on: windows-latest
if: false # Skip this job
steps:
- uses: actions/checkout@v3
@@ -54,6 +53,11 @@ jobs:
cp -r ./CAPI/cpp ./THUAI6/win/CAPI/
cp -r ./CAPI/python ./THUAI6/win/CAPI/
cp -r ./THUAI6/win/CAPI ./THUAI6/linux/

- name: Copy shell
run: |
cp -r ./CAPI/cmd/* ./THUAI6/win/
cp -r ./CAPI/shell/* ./THUAI6/linux/
- name: Copy Markdown
run: |


Loading…
Cancel
Save