build: 修复 github actions 脚本

pull/81/MERGE
Argo Zhang 5 years ago
parent 3a887b7f5a
commit 57c5936662
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F

@ -15,6 +15,6 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.100
dotnet-version: 3.1.201
- name: Build with dotnet
run: dotnet build src\BootstrapBlazor.WebConsole --configuration Release
run: dotnet build --configuration Release

Loading…
Cancel
Save