build
All checks were successful
Gymkhana exports / All exports (push) Successful in 43s

This commit is contained in:
2025-10-11 02:32:02 +02:00
parent 0129deed0e
commit 3c706c0566
2 changed files with 4 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ godot --headless --verbose --export-release "LinuxARM" "$RELEASE_EXPORT_DIR/$ARM
echo "Building $WEB..."
mkdir -p $RELEASE_EXPORT_DIR/$WEB
godot --headless --verbose --export-release "Web" "$RELEASE_EXPORT_DIR/$WEB/index.html"
cd $DEBUG_EXPORT_DIR/$WEB
cd $RELEASE_EXPORT_DIR/$WEB
tar cfz ../$WEB.tar.gz
echo "Debug builds..."