mirror of
https://github.com/FastTunnel/FastTunnel.git
synced 2025-02-08 10:59:31 +08:00
Update dotnetcore.yml
This commit is contained in:
parent
f1b0f05781
commit
73a4edf6bf
6
.github/workflows/dotnetcore.yml
vendored
6
.github/workflows/dotnetcore.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
||||||
- name: Setup .NET Core
|
- name: Setup .NET Core
|
||||||
uses: actions/setup-dotnet@v1
|
uses: actions/setup-dotnet@v1
|
||||||
with:
|
with:
|
||||||
dotnet-version: 6.0
|
dotnet-version: 6.0.*
|
||||||
- name: Build with dotnet
|
- name: Build with dotnet
|
||||||
run: chmod +x ./publish-win.sh && ./publish-win.sh
|
run: chmod +x ./publish-win.sh && ./publish-win.sh
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@ jobs:
|
||||||
- name: Setup dotnet
|
- name: Setup dotnet
|
||||||
uses: actions/setup-dotnet@v1
|
uses: actions/setup-dotnet@v1
|
||||||
with:
|
with:
|
||||||
dotnet-version: 6.0
|
dotnet-version: 6.0.*
|
||||||
|
|
||||||
# Publish
|
# Publish
|
||||||
- name: publish on version change
|
- name: publish on version change
|
||||||
|
@ -72,7 +72,7 @@ jobs:
|
||||||
- name: Setup dotnet
|
- name: Setup dotnet
|
||||||
uses: actions/setup-dotnet@v1
|
uses: actions/setup-dotnet@v1
|
||||||
with:
|
with:
|
||||||
dotnet-version: 6.0
|
dotnet-version: 6.0.*
|
||||||
|
|
||||||
# Publish
|
# Publish
|
||||||
- name: publish on version change
|
- name: publish on version change
|
||||||
|
|
Loading…
Reference in New Issue
Block a user