1 Commits

Author SHA1 Message Date
3539140752 build
All checks were successful
Gymkhana exports / All exports (push) Successful in 52s
2025-10-11 03:04:12 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -31,4 +31,4 @@ jobs:
uses: akkuman/gitea-release-action@v1 uses: akkuman/gitea-release-action@v1
with: with:
files: |- files: |-
"build/**/*.tar.gz" "**/*.tar.gz"

View File

@@ -75,6 +75,6 @@ echo "Building $WEB..."
mkdir -p $DEBUG_EXPORT_DIR/$WEB mkdir -p $DEBUG_EXPORT_DIR/$WEB
godot --headless --verbose --export-debug "Web" "$DEBUG_EXPORT_DIR/$WEB/index.html" godot --headless --verbose --export-debug "Web" "$DEBUG_EXPORT_DIR/$WEB/index.html"
cd $DEBUG_EXPORT_DIR cd $DEBUG_EXPORT_DIR
tar cfz ../$WEB-debug.tar.gz tar cfz ../$WEB-debug.tar.gz web
echo "Finish!🎉" echo "Finish!🎉"