mirror of
https://github.com/FastTunnel/FastTunnel.git
synced 2025-02-08 02:39:29 +08:00
edit ci
This commit is contained in:
parent
003ad5cd08
commit
f33b60fc7a
6
.github/workflows/dotnetcore.yml
vendored
6
.github/workflows/dotnetcore.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
- name: Setup dotnet
|
||||
uses: actions/setup-dotnet@v2
|
||||
with:
|
||||
dotnet-version: 7.0
|
||||
dotnet-version: 6.0.*
|
||||
|
||||
# Publish
|
||||
- name: publish on version change
|
||||
|
@ -33,7 +33,7 @@ jobs:
|
|||
- name: Setup dotnet
|
||||
uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
dotnet-version: 7.0
|
||||
dotnet-version: 6.0.*
|
||||
|
||||
# Publish
|
||||
- name: publish on version change
|
||||
|
@ -52,7 +52,7 @@ jobs:
|
|||
- name: Setup dotnet
|
||||
uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
dotnet-version: 7.0
|
||||
dotnet-version: 6.0.*
|
||||
|
||||
# Publish
|
||||
- name: publish on version change
|
||||
|
|
Loading…
Reference in New Issue
Block a user