Revert "test building with godot 4.2.1"
This reverts commit 81bdd4327b
.
This commit is contained in:
parent
284473906e
commit
80ef635d44
8
.github/workflows/build-debug.yml
vendored
8
.github/workflows/build-debug.yml
vendored
|
@ -6,7 +6,7 @@ on:
|
||||||
- "v*-test"
|
- "v*-test"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GODOT_VERSION: 4.2.1
|
GODOT_VERSION: 4.2
|
||||||
EXPORT_NAME: immersive-home
|
EXPORT_NAME: immersive-home
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -45,7 +45,7 @@ jobs:
|
||||||
mkdir -p ./android/build
|
mkdir -p ./android/build
|
||||||
touch ./android/build/.gdignore
|
touch ./android/build/.gdignore
|
||||||
|
|
||||||
wget -nv https://downloads.tuxfamily.org/godotengine/4.2.1/rc1/Godot_v4.2-rc1_export_templates.tpz -O ./godot_templates.tpz
|
wget -nv https://downloads.tuxfamily.org/godotengine/4.2/Godot_v4.2-stable_export_templates.tpz -O ./godot_templates.tpz
|
||||||
unzip -q ./godot_templates.tpz -d .
|
unzip -q ./godot_templates.tpz -d .
|
||||||
rm ./godot_templates.tpz
|
rm ./godot_templates.tpz
|
||||||
unzip -q ./templates/android_source.zip -d ./android/build/
|
unzip -q ./templates/android_source.zip -d ./android/build/
|
||||||
|
@ -57,8 +57,8 @@ jobs:
|
||||||
uses: firebelley/godot-export@v5.2.1
|
uses: firebelley/godot-export@v5.2.1
|
||||||
with:
|
with:
|
||||||
# Defining all the required inputs
|
# Defining all the required inputs
|
||||||
godot_executable_download_url: https://downloads.tuxfamily.org/godotengine/4.2.1/rc1/Godot_v4.2-rc1_linux.x86_64.zip
|
godot_executable_download_url: https://downloads.tuxfamily.org/godotengine/4.2/Godot_v4.2-stable_linux.x86_64.zip
|
||||||
godot_export_templates_download_url: https://downloads.tuxfamily.org/godotengine/4.2.1/rc1/Godot_v4.2-rc1_export_templates.tpz
|
godot_export_templates_download_url: https://downloads.tuxfamily.org/godotengine/4.2/Godot_v4.2-stable_export_templates.tpz
|
||||||
export_debug: true
|
export_debug: true
|
||||||
relative_project_path: ./
|
relative_project_path: ./
|
||||||
archive_output: true
|
archive_output: true
|
||||||
|
|
8
.github/workflows/build-prod.yml
vendored
8
.github/workflows/build-prod.yml
vendored
|
@ -7,7 +7,7 @@ on:
|
||||||
- "!v*-test"
|
- "!v*-test"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GODOT_VERSION: 4.2.1
|
GODOT_VERSION: 4.2
|
||||||
EXPORT_NAME: immersive-home
|
EXPORT_NAME: immersive-home
|
||||||
GODOT_ANDROID_KEYSTORE_RELEASE_PATH: /home/runner/work/Immersive-Home/Immersive-Home/release.keystore
|
GODOT_ANDROID_KEYSTORE_RELEASE_PATH: /home/runner/work/Immersive-Home/Immersive-Home/release.keystore
|
||||||
GODOT_ANDROID_KEYSTORE_RELEASE_USER: ${{ secrets.RELEASE_USER }}
|
GODOT_ANDROID_KEYSTORE_RELEASE_USER: ${{ secrets.RELEASE_USER }}
|
||||||
|
@ -55,7 +55,7 @@ jobs:
|
||||||
mkdir -p ./android/build
|
mkdir -p ./android/build
|
||||||
touch ./android/build/.gdignore
|
touch ./android/build/.gdignore
|
||||||
|
|
||||||
wget -nv https://downloads.tuxfamily.org/godotengine/4.2.1/rc1/Godot_v4.2.1-rc1_export_templates.tpz -O ./godot_templates.tpz
|
wget -nv https://downloads.tuxfamily.org/godotengine/4.2/Godot_v4.2-stable_export_templates.tpz -O ./godot_templates.tpz
|
||||||
unzip -q ./godot_templates.tpz -d .
|
unzip -q ./godot_templates.tpz -d .
|
||||||
rm ./godot_templates.tpz
|
rm ./godot_templates.tpz
|
||||||
unzip -q ./templates/android_source.zip -d ./android/build/
|
unzip -q ./templates/android_source.zip -d ./android/build/
|
||||||
|
@ -76,8 +76,8 @@ jobs:
|
||||||
uses: firebelley/godot-export@v5.2.1
|
uses: firebelley/godot-export@v5.2.1
|
||||||
with:
|
with:
|
||||||
# Defining all the required inputs
|
# Defining all the required inputs
|
||||||
godot_executable_download_url: https://downloads.tuxfamily.org/godotengine/4.2.1/rc1/Godot_v4.2-rc1_linux.x86_64.zip
|
godot_executable_download_url: https://downloads.tuxfamily.org/godotengine/4.2/Godot_v4.2-stable_linux.x86_64.zip
|
||||||
godot_export_templates_download_url: https://downloads.tuxfamily.org/godotengine/4.2.1/rc1/Godot_v4.2-rc1_export_templates.tpz
|
godot_export_templates_download_url: https://downloads.tuxfamily.org/godotengine/4.2/Godot_v4.2-stable_export_templates.tpz
|
||||||
relative_project_path: ./
|
relative_project_path: ./
|
||||||
archive_output: true
|
archive_output: true
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user