Update dotnetcore.yml

This commit is contained in:
Gui.H 2022-10-12 10:40:36 +08:00 committed by GitHub
parent 94ed02ab93
commit 2f12f6c9db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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