ソースを参照

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:
         name: CursorPro-MacOS-ARM64
         path: |
-          dist/*
+          dist/CursorPro
+          dist/.env.example
   create-release:
     needs: [build-macos-arm64]
     runs-on: ubuntu-22.04