update workflow

This commit is contained in:
Nitwel 2023-11-20 12:47:24 +01:00
parent d6a7a97e28
commit a109f10e0c

View File

@ -7,14 +7,14 @@ on:
- testing
env:
GODOT_VERSION: 4.1.3-stable
GODOT_VERSION: 4.1.3
EXPORT_NAME: immersive-home
jobs:
build:
runs-on: ubuntu-20.04
container:
image: barichello/godot-ci:4.1.3-stable
image: barichello/godot-ci:4.1.3
steps:
- name: Checkout
uses: actions/checkout@v2