mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-04-16 17:02:51 +08:00
Install correct .NET Core SDK
This commit is contained in:
parent
314e50b531
commit
884cb8ddd4
4
.github/workflows/publish.yaml
vendored
4
.github/workflows/publish.yaml
vendored
@ -100,10 +100,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
dotnet-version: 3.1.402
|
dotnet-version: 3.1.402
|
||||||
|
|
||||||
- name: Setup dotnet 5.0.100
|
- name: Setup dotnet 5.0.301
|
||||||
uses: actions/setup-dotnet@v1
|
uses: actions/setup-dotnet@v1
|
||||||
with:
|
with:
|
||||||
dotnet-version: 5.0.202
|
dotnet-version: 5.0.301
|
||||||
|
|
||||||
- name: Publish
|
- name: Publish
|
||||||
shell: bash
|
shell: bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user