Просмотр исходного кода

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

cheng zhen 1 год назад
Родитель
Сommit
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