Преглед на файлове

fix: update MacOS build workflow to specify individual files for inclusion in artifacts

cheng zhen преди 1 година
родител
ревизия
fef352df0a
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      .github/workflows/build.mac.yml

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

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