update workflow
This commit is contained in:
parent
7b4c1e052c
commit
3b86a16bc9
3
.github/workflows/build-debug.yml
vendored
3
.github/workflows/build-debug.yml
vendored
|
@ -6,14 +6,13 @@ on:
|
||||||
- main
|
- main
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GODOT_VERSION: 4.1.3-stable
|
|
||||||
EXPORT_NAME: immersive-home
|
EXPORT_NAME: immersive-home
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
container:
|
container:
|
||||||
image: barichello/godot-ci:${GODOT_VERSION}
|
image: barichello/godot-ci:4.1.3
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
Loading…
Reference in New Issue
Block a user