Browse Source

fix: update MacOS build workflow to specify individual files for inclusion in artifacts

cheng zhen 1 year ago
parent
commit
fef352df0a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .github/workflows/build.mac.yml

+ 2 - 1
.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