🐛 Fix linux and windows packaging issues

This commit is contained in:
Tw93
2025-08-20 21:28:42 +08:00
parent a33519f398
commit 23c817606d
5 changed files with 182 additions and 40 deletions

View File

@@ -125,13 +125,13 @@ jobs:
run: |
echo "Installing pake-cli..."
npm install pake-cli --no-package-lock
# Verify installation
if [ ! -d "node_modules/pake-cli" ]; then
echo "Error: Failed to install pake-cli"
exit 1
fi
echo "Listing pake-cli contents:"
ls -la node_modules/pake-cli/ | head -5
echo "pake-cli installation verified"