diff --git a/.github/workflows/MoLiPlugin-release.yml b/.github/workflows/MoLiPlugin-release.yml index 189926c5c..9b1fd2632 100644 --- a/.github/workflows/MoLiPlugin-release.yml +++ b/.github/workflows/MoLiPlugin-release.yml @@ -25,6 +25,7 @@ jobs: dotnet build --configuration Release ls ls ./bin/Release/ + ls ./bin/Release/net6.0/ - name: Zip the Build run: | diff --git a/.github/workflows/QQHelloWorldPlugin-release.yml b/.github/workflows/QQHelloWorldPlugin-release.yml index 7788abaf8..c59ad03d5 100644 --- a/.github/workflows/QQHelloWorldPlugin-release.yml +++ b/.github/workflows/QQHelloWorldPlugin-release.yml @@ -25,6 +25,7 @@ jobs: dotnet build --configuration Release ls ls ./bin/Release/ + ls ./bin/Release/net6.0/ - name: Zip the Build run: | diff --git a/.github/workflows/QQStatPlugin-release.yml b/.github/workflows/QQStatPlugin-release.yml index 1311817bb..d9c3c850d 100644 --- a/.github/workflows/QQStatPlugin-release.yml +++ b/.github/workflows/QQStatPlugin-release.yml @@ -25,19 +25,11 @@ jobs: dotnet build --configuration Release ls ls ./bin/Release/ + ls ./bin/Release/net6.0/ - name: Zip the Build run: | cd ./plugins/QQStatPlugin/bin/Release/net6.0 - # 移除不需要的 dll - rm Microsoft.IdentityModel.*.dll - rm K4os*.dll - rm System.*.dll - rm MySql.Data.dll - rm Newtonsoft.Json.dll - rm Oracle.ManagedDataAccess.dll - rm Google.Protobuf.dll - rm -rf runtimes zip -r QQStatPlugin-net6.0.zip * cd ../../../../../ mv ./plugins/QQStatPlugin/bin/Release/net6.0/*.zip ./