Explorar el Código

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

cheng zhen hace 1 año
padre
commit
6eff11c1bb
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  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]