소스 검색

refactor: update MacOS build workflow to include all files in dist directory

cheng zhen 1 년 전
부모
커밋
6eff11c1bb
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      .github/workflows/build.mac.yml

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

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