Skip to content

Commit

Permalink
update godot version
Browse files Browse the repository at this point in the history
  • Loading branch information
jefersondaniel committed Jan 10, 2024
1 parent 2379fc2 commit c76007d
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 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.5.3
GODOT_VERSION: 3.5.2
EXPORT_NAME: mugen
CARGO_TERM_COLOR: always
JAVA_VERSION: 1.8
Expand All @@ -19,7 +19,7 @@ jobs:
name: Android export
runs-on: ubuntu-latest
container:
image: barichello/godot-ci:3.5.3
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-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.5.3
GODOT_VERSION: 3.5.2
EXPORT_NAME: mugen
CARGO_TERM_COLOR: always
EMSDK_VERSION: 3.1.14
Expand All @@ -13,7 +13,7 @@ jobs:
name: HTML5 export
runs-on: ubuntu-latest
container:
image: barichello/godot-ci:3.5.3
image: barichello/godot-ci:3.5.2
steps:
- name: Checkout
uses: actions/checkout@v2
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.5.3
GODOT_VERSION: 3.5.2
EXPORT_NAME: mugen
CARGO_TERM_COLOR: always

Expand All @@ -12,7 +12,7 @@ jobs:
name: Linux export
runs-on: ubuntu-latest
container:
image: barichello/godot-ci:3.5.3
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.5.3
GODOT_VERSION: 3.5.2
EXPORT_NAME: mugen
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: barichello/godot-ci:3.5.3
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.5.3
GODOT_VERSION: 3.5.2
EXPORT_NAME: mugen
CARGO_TERM_COLOR: always

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

0 comments on commit c76007d

Please sign in to comment.