mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-10 04:40:25 +01:00
Upgrade setup-godot action to v0.1.0
This commit is contained in:
parent
08f2cd5376
commit
8e80ba46fa
1 changed files with 3 additions and 3 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
@ -204,7 +204,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Setup Godot
|
- name: Setup Godot
|
||||||
uses: lihop/setup-godot@v0.0.0
|
uses: lihop/setup-godot@v0.1.0
|
||||||
- name: Install plugins
|
- name: Install plugins
|
||||||
run: godot --no-window -s plug.gd install
|
run: godot --no-window -s plug.gd install
|
||||||
- name: Upload install plugins for use by other jobs
|
- name: Upload install plugins for use by other jobs
|
||||||
|
@ -226,7 +226,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
- name: Setup Godot
|
- name: Setup Godot
|
||||||
uses: lihop/setup-godot@v0.0.0
|
uses: lihop/setup-godot@v0.1.0
|
||||||
- name: Install binary build artifacts
|
- name: Install binary build artifacts
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
@ -273,7 +273,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
- name: Setup Godot
|
- name: Setup Godot
|
||||||
uses: lihop/setup-godot@v0.0.0
|
uses: lihop/setup-godot@v0.1.0
|
||||||
with:
|
with:
|
||||||
version: ${{ matrix.godot_version }}
|
version: ${{ matrix.godot_version }}
|
||||||
bits: ${{ matrix.bits }}
|
bits: ${{ matrix.bits }}
|
||||||
|
|
Loading…
Reference in a new issue