mirror of
https://github.com/FastTunnel/FastTunnel.git
synced 2025-02-08 10:51:05 +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
|
||||
with:
|
||||
dotnet-version: 7.0.*
|
||||
include-prerelease: true
|
||||
- name: Build with dotnet
|
||||
run: chmod +x ./publish-win.sh && ./publish-win.sh
|
||||
|
||||
|
@ -31,7 +32,7 @@ jobs:
|
|||
uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
dotnet-version: 7.0.*
|
||||
|
||||
include-prerelease: true
|
||||
# Publish
|
||||
- name: publish on version change
|
||||
id: publish_nuget
|
||||
|
@ -77,6 +78,7 @@ jobs:
|
|||
uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
dotnet-version: 7.0.*
|
||||
include-prerelease: true
|
||||
|
||||
# Publish
|
||||
- name: publish on version change
|
||||
|
|
Loading…
Reference in New Issue
Block a user