Skip to content

Commit aad9a10

Browse files
underaclaude
andauthored
Fix upload: include composer.lock and files/ directory (#807)
* Fix upload: include composer.lock and files/ directory Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * Fix: composer.lock not in repo, don't copy it Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e1fa169 commit aad9a10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

prepare-upload.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ cp site/cfg.php upload/
2525
cp site/composer.json upload/
2626
cp -r site/JPGC upload/
2727
cp site/dat/out.xml upload/dat/
28+
cp -r site/files upload/ 2>/dev/null || true
2829

2930
php --version
3031
curl -sS https://getcomposer.org/installer | php

0 commit comments

Comments
 (0)