Browse Source

Merge pull request #409 from shangfengh/new

fix: 🐛 fix the storaged files
tags/0.1.0
Changli Tang GitHub 2 years ago
parent
commit
85c59171c4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 6 deletions
  1. +14
    -6
      .github/workflows/upload_COS.yml

+ 14
- 6
.github/workflows/upload_COS.yml View File

@@ -138,19 +138,27 @@ jobs:
- name: Remove Files
run: |
rm ./THUAI6/hash.json
rm ./THUAI6/win/win64/PresentationCore.dll
rm ./THUAI6/win/win64/PresentationFramework.dll
rm ./THUAI6/win/win64/Debug/Microsoft.DiaSymReader.Native.amd64.dll
rm ./THUAI6/win/win64/WindowsBase.dll
rm ./THUAI6/win/win64/Debug/grpc_csharp_ext.x64.dll
rm ./THUAI6/win/win64/grpc_csharp_ext.x64.dll

rm -r ./THUAI6/win/CAPI/cpp/grpc
rm -r ./THUAI6/win/CAPI/cpp/spdlog
rm -r ./THUAI6/win/CAPI/cpp/tclap
rm -r ./THUAI6/linux/CAPI/cpp/grpc
rm -r ./THUAI6/linux/CAPI/cpp/spdlog
rm -r ./THUAI6/linux/CAPI/cpp/tclap
rm -r ./THUAI6/osx/CAPI/cpp/grpc
rm -r ./THUAI6/osx/CAPI/cpp/spdlog
rm -r ./THUAI6/osx/CAPI/cpp/tclap

rm ./THUAI6/linux/linux64/*.so
rm ./THUAI6/linux/linux64/Debug/*.so
rm ./THUAI6/linux/linux64/System.*.dll
rm ./THUAI6/linux/linux64/Debug/System.*.dll
rm ./THUAI6/osx/osx64/System.*.dll
rm ./THUAI6/osx/osx64/Debug/System.*.dll
rm ./THUAI6/win/win64/System.*.dll
rm ./THUAI6/win/win64/Debug/System.*.dll
- name: Upload COS
uses: zkqiang/tencent-cos-action@v0.1.0


Loading…
Cancel
Save