This commit is contained in:
@@ -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
|
||||||
2
build.sh
2
build.sh
@@ -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..."
|
||||||
|
|||||||
Reference in New Issue
Block a user