Skip to content

Commit

Permalink
ci(moliplugin,qqhelloworldplugin,qqstatplugin): update
Browse files Browse the repository at this point in the history
  • Loading branch information
yiyungent committed Apr 17, 2022
1 parent 5325561 commit 68e0812
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
1 change: 1 addition & 0 deletions .github/workflows/MoLiPlugin-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
dotnet build --configuration Release
ls
ls ./bin/Release/
ls ./bin/Release/net6.0/
- name: Zip the Build
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/QQHelloWorldPlugin-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
dotnet build --configuration Release
ls
ls ./bin/Release/
ls ./bin/Release/net6.0/
- name: Zip the Build
run: |
Expand Down
10 changes: 1 addition & 9 deletions .github/workflows/QQStatPlugin-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ./
Expand Down

0 comments on commit 68e0812

Please sign in to comment.