|
|
|
@@ -21,7 +21,7 @@ jobs: |
|
|
|
dotnet-version: 6.0.402 |
|
|
|
|
|
|
|
- name: Setup Python |
|
|
|
uses: actions/setup-python@v4 |
|
|
|
uses: actions/setup-python@v5 |
|
|
|
with: |
|
|
|
python-version: '3.9.2' |
|
|
|
architecture: 'x64' |
|
|
|
@@ -88,7 +88,7 @@ jobs: |
|
|
|
cp -r ./CAPI/shell/* ./THUAI6/linux/ |
|
|
|
cp -r ./CAPI/shell/* ./THUAI6/osx/ |
|
|
|
|
|
|
|
- uses: actions/upload-artifact@v3 |
|
|
|
- uses: actions/upload-artifact@v4 |
|
|
|
with: |
|
|
|
name: my-artifact |
|
|
|
path: ./THUAI6 |
|
|
|
@@ -105,14 +105,14 @@ jobs: |
|
|
|
dotnet-version: 6.0.x |
|
|
|
|
|
|
|
- name: Setup Python |
|
|
|
uses: actions/setup-python@v4 |
|
|
|
uses: actions/setup-python@v5 |
|
|
|
with: |
|
|
|
python-version: '3.9' |
|
|
|
|
|
|
|
- name: Pip Install paramiko |
|
|
|
run: pip install paramiko |
|
|
|
|
|
|
|
- uses: actions/download-artifact@v3 |
|
|
|
- uses: actions/download-artifact@v4 |
|
|
|
with: |
|
|
|
name: my-artifact |
|
|
|
path: ./THUAI6 |
|
|
|
|