Преглед изворни кода

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