This commit is contained in:
@@ -4,6 +4,8 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- 'release/**'
|
||||
branches-ignore:
|
||||
- main
|
||||
env:
|
||||
GODOT_VERSION: 4.5
|
||||
EXPORT_NAME: LasGymkhanikasDeUli
|
||||
@@ -31,5 +33,5 @@ jobs:
|
||||
with:
|
||||
files: |
|
||||
build/**/*.tar.gz
|
||||
build/**/*.appimage.x86_64"
|
||||
build/**/*.appimage.x86_64
|
||||
build/**/*.appimage.arm_64
|
||||
2
build.sh
2
build.sh
@@ -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..."
|
||||
|
||||
Reference in New Issue
Block a user