File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -102,11 +102,11 @@ jobs:
102102
103103 # Package with yao-pkg based on platform/arch
104104 if [[ "${{ matrix.platform }}" == "win" ]]; then
105- npx yao-pkg . --targets node20-win-${{ matrix.arch }} --output dist/${{ matrix.output }}
105+ npx @ yao-pkg/ pkg . --targets node20-win-${{ matrix.arch }} --output dist/${{ matrix.output }}
106106 elif [[ "${{ matrix.platform }}" == "mac" ]]; then
107- npx yao-pkg . --targets node20-macos-${{ matrix.arch }} --output dist/${{ matrix.output }}
107+ npx @ yao-pkg/ pkg . --targets node20-macos-${{ matrix.arch }} --output dist/${{ matrix.output }}
108108 elif [[ "${{ matrix.platform }}" == "linux" ]]; then
109- npx yao-pkg . --targets node20-linux-${{ matrix.arch }} --output dist/${{ matrix.output }}
109+ npx @ yao-pkg/ pkg . --targets node20-linux-${{ matrix.arch }} --output dist/${{ matrix.output }}
110110 fi
111111
112112 - name : Upload Build Artifacts
You can’t perform that action at this time.
0 commit comments