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:
@@ -16,6 +16,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Copy install scripts to deploy directory
|
- name: Copy install scripts to deploy directory
|
||||||
run: |
|
run: |
|
||||||
|
mkdir -p install/public
|
||||||
cp openclaw/install.sh install/public/openclaw.sh
|
cp openclaw/install.sh install/public/openclaw.sh
|
||||||
|
|
||||||
- name: Deploy to Vercel
|
- name: Deploy to Vercel
|
||||||
|
|||||||
Reference in New Issue
Block a user