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
94ed02ab93
commit
2f12f6c9db
4
.github/workflows/dotnetcore.yml
vendored
4
.github/workflows/dotnetcore.yml
vendored
|
@ -18,6 +18,7 @@ jobs:
|
||||||
uses: actions/setup-dotnet@v1
|
uses: actions/setup-dotnet@v1
|
||||||
with:
|
with:
|
||||||
dotnet-version: 7.0.*
|
dotnet-version: 7.0.*
|
||||||
|
include-prerelease: true
|
||||||
- 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
|
||||||
|
|
||||||
|
@ -31,7 +32,7 @@ jobs:
|
||||||
uses: actions/setup-dotnet@v1
|
uses: actions/setup-dotnet@v1
|
||||||
with:
|
with:
|
||||||
dotnet-version: 7.0.*
|
dotnet-version: 7.0.*
|
||||||
|
include-prerelease: true
|
||||||
# Publish
|
# Publish
|
||||||
- name: publish on version change
|
- name: publish on version change
|
||||||
id: publish_nuget
|
id: publish_nuget
|
||||||
|
@ -77,6 +78,7 @@ jobs:
|
||||||
uses: actions/setup-dotnet@v1
|
uses: actions/setup-dotnet@v1
|
||||||
with:
|
with:
|
||||||
dotnet-version: 7.0.*
|
dotnet-version: 7.0.*
|
||||||
|
include-prerelease: true
|
||||||
|
|
||||||
# Publish
|
# Publish
|
||||||
- name: publish on version change
|
- name: publish on version change
|
||||||
|
|
Loading…
Reference in New Issue
Block a user