mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-08-02 10:15:58 +08:00
Fix publish workflow error
This commit is contained in:
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
|
||||||
|
Reference in New Issue
Block a user