mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-07 13:15:30 +02:00
Change target Godot version to v3.5-stable
Upgrade setup-godot action from v1 -> v2 which changes default Godot version from 3.4 -> 3.5.
This commit is contained in:
parent
7e65be4cf9
commit
f4db2d9c2e
3 changed files with 6 additions and 4 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
@ -209,7 +209,9 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Setup Godot
|
||||
uses: lihop/setup-godot@v1
|
||||
uses: lihop/setup-godot@v2
|
||||
with:
|
||||
export-templates: true
|
||||
- name: Install binary build artifacts
|
||||
uses: actions/download-artifact@v2
|
||||
with:
|
||||
|
@ -249,7 +251,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Setup Godot
|
||||
uses: lihop/setup-godot@v1
|
||||
uses: lihop/setup-godot@v2
|
||||
with:
|
||||
version: ${{ matrix.godot_version }}
|
||||
bits: ${{ matrix.bits }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue