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

@@ -4,6 +4,8 @@ on:
push: push:
branches: branches:
- 'release/**' - 'release/**'
branches-ignore:
- main
env: env:
GODOT_VERSION: 4.5 GODOT_VERSION: 4.5
EXPORT_NAME: LasGymkhanikasDeUli EXPORT_NAME: LasGymkhanikasDeUli
@@ -31,5 +33,5 @@ jobs:
with: with:
files: | files: |
build/**/*.tar.gz build/**/*.tar.gz
build/**/*.appimage.x86_64" build/**/*.appimage.x86_64
build/**/*.appimage.arm_64 build/**/*.appimage.arm_64

View File

@@ -32,7 +32,7 @@ godot --headless --verbose --export-release "LinuxARM" "$RELEASE_EXPORT_DIR/$ARM
echo "Building $WEB..." echo "Building $WEB..."
mkdir -p $RELEASE_EXPORT_DIR/$WEB mkdir -p $RELEASE_EXPORT_DIR/$WEB
godot --headless --verbose --export-release "Web" "$RELEASE_EXPORT_DIR/$WEB/index.html" 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 tar cfz ../$WEB.tar.gz
echo "Debug builds..." echo "Debug builds..."