builds godot
4.0 is out so update the readme
i wonder if i could automate this change hmmmmmmm
bendn 2023-03-02
parent 88b6752 · commit f68067d
-rwxr-xr-xREADME.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 33ea970..1b4f114 100755
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ For a full example, see this [template](https://github.com/bend-n/godot-template
build-windows:
runs-on: ubuntu-latest
container:
- image: ghcr.io/bend-n/godot-2d:4.0.rc
+ image: ghcr.io/bend-n/godot-2d:4.0
name: Build windows
steps:
- name: Build (Windows)
@@ -42,7 +42,7 @@ build-windows:
build-windows:
runs-on: ubuntu-latest
container:
- image: ghcr.io/bend-n/godot-2d:4.0.rc
+ image: ghcr.io/bend-n/godot-2d:4.0
name: Build windows
steps:
- name: Checkout