From 40543131c630cd60975a04908686124b9975d824 Mon Sep 17 00:00:00 2001 From: cheng zhen Date: Fri, 10 Jan 2025 21:10:43 +0800 Subject: [PATCH] fix: adjust MacOS build workflow to ensure CursorPro directory is included in artifacts --- .github/workflows/build.mac.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.mac.yml b/.github/workflows/build.mac.yml index fd207fc..7ad2737 100644 --- a/.github/workflows/build.mac.yml +++ b/.github/workflows/build.mac.yml @@ -44,8 +44,8 @@ jobs: with: name: CursorPro-MacOS-ARM64 path: | - dist/CursorPro dist/.env.example + dist/CursorPro create-release: needs: [build-macos-arm64] runs-on: ubuntu-22.04