Skip to content

Commit

Permalink
Merge pull request #92 from crystal-bit/davcri/issue91
Browse files Browse the repository at this point in the history
update CI to Godot 4.2.1
  • Loading branch information
davcri authored Jan 21, 2024
2 parents 597129c + e31f5cf commit 7322f16
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/dispatch-export.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
godot_version:
description: "Godot Version"
required: true
default: "4.1.1"
default: "4.2.1"
export_platform:
description: "Export Platform - all|windows|linux|web|macos"
required: true
Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-20.04
if: ${{ github.event.inputs.export_platform == 'windows' || github.event.inputs.export_platform == 'all' }}
container:
image: barichello/godot-ci:4.1.1
image: barichello/godot-ci:4.2.1
steps:
- name: Checkout
uses: actions/checkout@v1
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
runs-on: ubuntu-20.04
if: ${{ github.event.inputs.export_platform == 'linux' || github.event.inputs.export_platform == 'all' }}
container:
image: barichello/godot-ci:4.1.1
image: barichello/godot-ci:4.2.1
steps:
- name: Checkout
uses: actions/checkout@v1
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
runs-on: ubuntu-20.04
if: ${{ github.event.inputs.export_platform == 'web' || github.event.inputs.export_platform == 'all' }}
container:
image: barichello/godot-ci:4.1.1
image: barichello/godot-ci:4.2.1
steps:
- name: Checkout
uses: actions/checkout@v1
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
runs-on: ubuntu-20.04
if: ${{ github.event.inputs.export_platform == 'macos' || github.event.inputs.export_platform == 'all' }}
container:
image: barichello/godot-ci:4.1.1
image: barichello/godot-ci:4.2.1
steps:
- name: Checkout
uses: actions/checkout@v1
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/push-export.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- main
# - "feature/**"
env:
GODOT_VERSION: 4.1.1
GODOT_VERSION: 4.2.1
EXPORT_NAME: godot-game-template
ITCH_IO: false #set to true if you want to enable automatic itch.io deploy

Expand All @@ -15,7 +15,7 @@ jobs:
name: Windows Export
runs-on: ubuntu-20.04
container:
image: barichello/godot-ci:4.1.1
image: barichello/godot-ci:4.2.1
steps:
- name: Checkout
uses: actions/checkout@v1
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
name: Linux Export
runs-on: ubuntu-20.04
container:
image: barichello/godot-ci:4.1.1
image: barichello/godot-ci:4.2.1
steps:
- name: Checkout
uses: actions/checkout@v1
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
name: Web Export
runs-on: ubuntu-20.04
container:
image: barichello/godot-ci:4.1.1
image: barichello/godot-ci:4.2.1
steps:
- name: Checkout
uses: actions/checkout@v1
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
name: Mac Export
runs-on: ubuntu-20.04
container:
image: barichello/godot-ci:4.1.1
image: barichello/godot-ci:4.2.1
steps:
- name: Checkout
uses: actions/checkout@v1
Expand Down

0 comments on commit 7322f16

Please sign in to comment.