Skip to content

Commit

Permalink
chore: Upgrade to Godot 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jefersondaniel authored Jan 7, 2024
1 parent 8c3e0dc commit 4c81979
Show file tree
Hide file tree
Showing 32 changed files with 1,061 additions and 637 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build for Android
on: workflow_dispatch

env:
GODOT_VERSION: 3.3.4
GODOT_VERSION: 3.5.2
EXPORT_NAME: neomugen
CARGO_TERM_COLOR: always
JAVA_VERSION: 1.8
Expand All @@ -19,7 +19,7 @@ jobs:
name: Android export
runs-on: ubuntu-latest
container:
image: ghcr.io/jefersondaniel/neo-mugen-ci:3.3.4
image: barichello/godot-ci:3.5.2
credentials:
username: jefersondaniel
password: ${{ secrets.GHCR_TOKEN }}
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/build-html5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build for HTML5
on: workflow_dispatch

env:
GODOT_VERSION: 3.3.4
GODOT_VERSION: 3.5.2
EXPORT_NAME: neomugen
CARGO_TERM_COLOR: always
EMSDK_VERSION: 2.0.17
Expand All @@ -13,7 +13,7 @@ jobs:
name: HTML5 export
runs-on: ubuntu-latest
container:
image: ghcr.io/jefersondaniel/neo-mugen-ci:3.3.4
image: barichello/godot-ci:3.5.2
credentials:
username: jefersondaniel
password: ${{ secrets.GHCR_TOKEN }}
Expand Down Expand Up @@ -67,10 +67,7 @@ jobs:
CARGO_TARGET_WASM32_UNKNOWN_EMSCRIPTEN_LINKER: ${{github.workspace}}/source/native/emcc/emcc-test

- name: Build
env:
SCRIPT_AES256_ENCRYPTION_KEY: ${{ secrets.SCRIPT_AES256_ENCRYPTION_KEY }}
run: |
sed -i "s/script_encryption_key=\"\"/script_encryption_key=\"${SCRIPT_AES256_ENCRYPTION_KEY}\"/g; s/script_export_mode=1/script_export_mode=2/g" export_presets.cfg
mkdir -v -p exports/web
godot -v --export "HTML5" exports/web/${EXPORT_NAME}.html
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build for Linux
on: workflow_dispatch

env:
GODOT_VERSION: 3.3.4
GODOT_VERSION: 3.5.2
EXPORT_NAME: neomugen
CARGO_TERM_COLOR: always

Expand All @@ -12,7 +12,7 @@ jobs:
name: Linux export
runs-on: ubuntu-latest
container:
image: ghcr.io/jefersondaniel/neo-mugen-ci:3.3.4
image: barichello/godot-ci:3.5.2
credentials:
username: jefersondaniel
password: ${{ secrets.GHCR_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build for MacOS
on: workflow_dispatch

env:
GODOT_VERSION: 3.3.4
GODOT_VERSION: 3.5.2
EXPORT_NAME: neomugen
CARGO_TERM_COLOR: always
MACOS_SDK_TAR: https://s3.dockerproject.org/darwin/v2/MacOSX10.10.sdk.tar.xz
Expand All @@ -15,7 +15,7 @@ jobs:
name: MacOSX export
runs-on: ubuntu-latest
container:
image: ghcr.io/jefersondaniel/neo-mugen-ci:3.3.4
image: barichello/godot-ci:3.5.2
credentials:
username: jefersondaniel
password: ${{ secrets.GHCR_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build for Windows
on: workflow_dispatch

env:
GODOT_VERSION: 3.3.4
GODOT_VERSION: 3.5.2
EXPORT_NAME: neomugen
CARGO_TERM_COLOR: always

Expand All @@ -12,7 +12,7 @@ jobs:
name: Windows export
runs-on: ubuntu-latest
container:
image: ghcr.io/jefersondaniel/neo-mugen-ci:3.3.4
image: barichello/godot-ci:3.5.2
credentials:
username: jefersondaniel
password: ${{ secrets.GHCR_TOKEN }}
Expand Down
Loading

0 comments on commit 4c81979

Please sign in to comment.