From 9286af81ce2bc071a4917419d226d953b5f663b4 Mon Sep 17 00:00:00 2001 From: FoxRefire <155989196+FoxRefire@users.noreply.github.com> Date: Thu, 11 Apr 2024 00:37:37 +0900 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2891ba3..4481c61 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,7 +38,6 @@ 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