From 400e92424b3d10aa9d49a23ef28331fe61d193f0 Mon Sep 17 00:00:00 2001 From: FoxRefire <155989196+FoxRefire@users.noreply.github.com> Date: Thu, 11 Apr 2024 00:44:29 +0900 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4481c61..849ad2f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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