fix web deploy

isolation_bkp/dynres
Dominik Madarász 2022-09-12 07:02:12 +00:00 committed by GitHub
parent 6ce2664d57
commit cbfb40a099
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -28,14 +28,14 @@ fi
web/build.sh
# Package all assets
if [ ! -f "build_web/eco2d.html" ]; then
if [ ! -f "build_web/index.html" ]; then
echo "Build data not found. Compilation errors?"
exit 1
fi
mkdir deploy_web
mkdir -p deploy_web
cp build_web/eco2d.* deploy_web/
cp buiid_web/index.html deploy_web/
cp build_web/index.html deploy_web/
# Deploy to itch.io
./butler/butler push deploy_web/ zaklaus/eco2d:html-latest