Skip to content

Commit 253d385

Browse files
committed
chore: move preload.php
codeigniter4/framework also should have this file.
1 parent 197e996 commit 253d385

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/scripts/deploy-appstarter

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ git checkout master
2020
rm -rf *
2121

2222
# Copy common files
23-
releasable='app public writable env LICENSE spark'
23+
releasable='app public writable env LICENSE spark preload.php'
2424
for fff in $releasable;
2525
do
2626
cp -Rf ${SOURCE}/$fff ./

.github/scripts/deploy-framework

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ git checkout master
2020
rm -rf *
2121

2222
# Copy common files
23-
releasable='app public writable env LICENSE spark system'
23+
releasable='app public writable env LICENSE spark system preload.php'
2424
for fff in $releasable;
2525
do
2626
cp -Rf ${SOURCE}/$fff ./
File renamed without changes.

0 commit comments

Comments
 (0)