build: 更新 action 脚本

This commit is contained in:
Argo-Tencent 2020-12-14 00:06:41 +08:00
parent 76b7043bdf
commit 549cd8ff48
1 changed files with 1 additions and 1 deletions

View File

@ -14,6 +14,6 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.100
dotnet-version: 5.0.101
- name: Build with dotnet
run: dotnet build src/admin/Bootstrap.Admin/ --configuration Release