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
ee9e8e0247
commit
bf8565ceb9
11
.github/workflows/dotnetcore.yml
vendored
11
.github/workflows/dotnetcore.yml
vendored
|
@ -10,12 +10,11 @@ jobs:
|
|||
name: publish-core
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
- name: Setup dotnet
|
||||
uses: actions/setup-dotnet@v1
|
||||
uses: actions/setup-dotnet@v2
|
||||
with:
|
||||
dotnet-version: 7.0.*
|
||||
dotnet-version: 7.0.x
|
||||
|
||||
# Publish
|
||||
- name: publish on version change
|
||||
|
@ -34,7 +33,7 @@ jobs:
|
|||
- name: Setup dotnet
|
||||
uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
dotnet-version: 7.0.*
|
||||
dotnet-version: 7.0.x
|
||||
|
||||
# Publish
|
||||
- name: publish on version change
|
||||
|
@ -53,7 +52,7 @@ jobs:
|
|||
- name: Setup dotnet
|
||||
uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
dotnet-version: 7.0.*
|
||||
dotnet-version: 7.0.x
|
||||
|
||||
# Publish
|
||||
- name: publish on version change
|
||||
|
|
Loading…
Reference in New Issue
Block a user