Explorar o código

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

cheng zhen hai 1 ano
pai
achega
40543131c6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/build.mac.yml

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

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