From e2648bba3ecf718cc25a71dbd1a0c665c08f08b7 Mon Sep 17 00:00:00 2001 From: Andrew Pareles Date: Sun, 23 Mar 2025 23:12:45 -0700 Subject: [PATCH] fix? --- .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 ed1319be..00b4a305 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -147,11 +147,10 @@ jobs: path: .build/darwin-${{ matrix.arch }}/*.zip retention-days: 7 - build-universal-macos: - name: macOS (Universal) +create-release: + name: Create Universal macOS Build needs: [build-macos] runs-on: macos-latest - if: ${{ contains(env.VSCODE_ARCH_MACOS, 'x64') && contains(env.VSCODE_ARCH_MACOS, 'arm64') }} steps: - name: Checkout uses: actions/checkout@v4