mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-04-14 16:02:50 +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:
|
||||
dotnet-version: 5.0.301
|
||||
|
||||
- name: Setup dotnet 6.0
|
||||
uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
dotnet-version: 6.0.x
|
||||
include-prerelease: true
|
||||
- name: Setup dotnet 6.0
|
||||
uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
dotnet-version: 6.0.x
|
||||
include-prerelease: true
|
||||
|
||||
- name: Build
|
||||
shell: bash
|
||||
|
Loading…
x
Reference in New Issue
Block a user