From d07442470505a85820eb9b30ecb620d8f893c178 Mon Sep 17 00:00:00 2001 From: Dongxu Li Date: Fri, 3 May 2024 19:54:46 -0400 Subject: [PATCH] Update build-all.yml --- .github/workflows/build-all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-all.yml b/.github/workflows/build-all.yml index b70a078c53..ab5ad4471a 100644 --- a/.github/workflows/build-all.yml +++ b/.github/workflows/build-all.yml @@ -304,7 +304,7 @@ jobs: UpdateAssets: if: github.repository_owner == 'LibreCAD' - needs: [BuildLinux, BuildMacOSArm64, BuildWindows, BuildWindows64] + needs: [BuildLinux, BuildMacOS, BuildWindows, BuildWindows64] runs-on: ubuntu-latest steps: - name: Checkout code