Update build.yml

This commit is contained in:
FoxRefire
2024-04-11 00:44:29 +09:00
committed by GitHub
parent 9286af81ce
commit 400e92424b

View File

@@ -10,13 +10,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: '8.x'
dotnet-version: '7.x'
- name: Clone WVCore
run: git clone https://github.com/nilaoda/WVCore
@@ -38,6 +36,7 @@ jobs:
dotnet publish -r linux-arm64 -c Release
dotnet publish -r linux-bionic-arm64 -c Release
dotnet publish -r osx-x64 -c Release
dotnet publish -r osx-arm64 -c Release
- name: Create Release
id: create_release