瀏覽代碼

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

cheng zhen 1 年之前
父節點
當前提交
fef352df0a
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      .github/workflows/build.mac.yml

+ 2 - 1
.github/workflows/build.mac.yml

@@ -44,7 +44,8 @@ jobs:
       with:
       with:
         name: CursorPro-MacOS-ARM64
         name: CursorPro-MacOS-ARM64
         path: |
         path: |
-          dist/*
+          dist/CursorPro
+          dist/.env.example
   create-release:
   create-release:
     needs: [build-macos-arm64]
     needs: [build-macos-arm64]
     runs-on: ubuntu-22.04
     runs-on: ubuntu-22.04