Skip to content

Commit

Permalink
Updated godot-ci to 3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrlabs committed Aug 5, 2023
1 parent 278f61a commit d8970f2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ main ]

env:
GODOT_VERSION: 3.5
GODOT_VERSION: 3.5.2
EXPORT_NAME: Lorien
LORIEN_VERSION: v0.6.0-dev

Expand All @@ -16,7 +16,7 @@ jobs:
name: Windows Export
runs-on: ubuntu-latest
container:
image: docker://barichello/godot-ci:3.5
image: docker://barichello/godot-ci:3.5.2
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -40,7 +40,7 @@ jobs:
name: Linux Export
runs-on: ubuntu-latest
container:
image: docker://barichello/godot-ci:3.5
image: docker://barichello/godot-ci:3.5.2
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -64,7 +64,7 @@ jobs:
name: Mac Export
runs-on: ubuntu-latest
container:
image: docker://barichello/godot-ci:3.5
image: docker://barichello/godot-ci:3.5.2
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit d8970f2

Please sign in to comment.