fix: mkdir -p install/public before copying scripts in deploy workflow

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Alex Newman
2026-02-13 01:40:25 -05:00
parent b0e0bd23c9
commit 548d3677f0
@@ -16,6 +16,7 @@ jobs:
- name: Copy install scripts to deploy directory
run: |
mkdir -p install/public
cp openclaw/install.sh install/public/openclaw.sh
- name: Deploy to Vercel