فهرست منبع

fix: adjust MacOS build workflow to ensure CursorPro directory is included in artifacts

cheng zhen 1 سال پیش
والد
کامیت
40543131c6
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      .github/workflows/build.mac.yml

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

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