diff --git a/.github/workflows/release-macos.yml b/.github/workflows/release-macos.yml index 97269bb6..35acc441 100644 --- a/.github/workflows/release-macos.yml +++ b/.github/workflows/release-macos.yml @@ -77,7 +77,7 @@ jobs: uses: actions/checkout@v2 with: repository: yaoapp/xgen - ref: 408470b84c9d6bb8ed988b545b6e46ffc2872014 + # ref: 408470b84c9d6bb8ed988b545b6e46ffc2872014 path: xgen-v1.0 - name: Checkout Yao-Init diff --git a/Makefile b/Makefile index 099c7a69..aff8d492 100644 --- a/Makefile +++ b/Makefile @@ -165,7 +165,6 @@ bindata: # make artifacts-linux .PHONY: artifacts-linux artifacts-linux: clean - mkdir -p dist/release # Building XGEN v1.0 @@ -222,15 +221,10 @@ artifacts-macos: clean export NODE_ENV=production rm -f ../xgen-v1.0/pnpm-lock.yaml echo "BASE=__yao_admin_root" > ../xgen-v1.0/packages/xgen/.env - cd ../xgen-v1.0 && pnpm install - cd ../xgen-v1.0/packages/actionflow && pnpm install - cd ../xgen-v1.0/packages/storex && pnpm install - cd ../xgen-v1.0/packages/xgen && pnpm install - cd ../xgen-v1.0/packages/setup && pnpm install - cd ../xgen-v1.0 && pnpm run build + cd ../xgen-v1.0 && pnpm install && pnpm run build # Setup UI - cd ../xgen-v1.0/packages/setup && pnpm run build + cd ../xgen-v1.0/packages/setup && pnpm install && pnpm run build # Init Application cd ../yao-init rm -rf .git