mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-04-16 00:42:51 +08:00
Fix publish workflow error
This commit is contained in:
parent
b3ef7d4fa6
commit
b738187b28
10
.github/workflows/publish.yaml
vendored
10
.github/workflows/publish.yaml
vendored
@ -73,11 +73,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
dotnet-version: 5.0.301
|
dotnet-version: 5.0.301
|
||||||
|
|
||||||
- name: Setup dotnet 6.0
|
- name: Setup dotnet 6.0
|
||||||
uses: actions/setup-dotnet@v1
|
uses: actions/setup-dotnet@v1
|
||||||
with:
|
with:
|
||||||
dotnet-version: 6.0.x
|
dotnet-version: 6.0.x
|
||||||
include-prerelease: true
|
include-prerelease: true
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
shell: bash
|
shell: bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user