diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index b98c55a..d0b325e 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -8,7 +8,7 @@ on: - v* env: - GODOT_VERSION: 4.5 + GODOT_VERSION: 4.6 EXPORT_NAME: ${{ vars.ITCH_GAME }} PROJECT_PATH: . @@ -17,7 +17,7 @@ jobs: build: runs-on: ubuntu-latest container: - image: barichello/godot-ci:4.5 + image: barichello/godot-ci:4.6 strategy: matrix: include: