Update dotnetcore.yml

This commit is contained in:
Gui.H 2022-01-02 10:52:18 +08:00 committed by GitHub
parent 916253ed34
commit f1b0f05781
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.402
dotnet-version: 6.0
- name: Build with dotnet
run: chmod +x ./publish-win.sh && ./publish-win.sh
@ -26,7 +26,7 @@ jobs:
- name: Setup dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.402
dotnet-version: 6.0
# Publish
- name: publish on version change
@ -72,7 +72,7 @@ jobs:
- name: Setup dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.402
dotnet-version: 6.0
# Publish
- name: publish on version change