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