From fef352df0af758814145239f8b38b027c717171a Mon Sep 17 00:00:00 2001 From: cheng zhen Date: Fri, 10 Jan 2025 21:10:08 +0800 Subject: [PATCH] fix: update MacOS build workflow to specify individual files for inclusion in artifacts --- .github/workflows/build.mac.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.mac.yml b/.github/workflows/build.mac.yml index bef969d..fd207fc 100644 --- a/.github/workflows/build.mac.yml +++ b/.github/workflows/build.mac.yml @@ -44,7 +44,8 @@ jobs: with: name: CursorPro-MacOS-ARM64 path: | - dist/* + dist/CursorPro + dist/.env.example create-release: needs: [build-macos-arm64] runs-on: ubuntu-22.04