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

This commit is contained in:
cheng zhen
2025-01-10 20:56:22 +08:00
parent f0275885af
commit 6eff11c1bb

View File

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