small racing game im working on
| -rw-r--r-- | .github/workflows/export.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/export.yml b/.github/workflows/export.yml index 87367ae..44c324d 100644 --- a/.github/workflows/export.yml +++ b/.github/workflows/export.yml @@ -18,5 +18,5 @@ jobs: uses: bend-n/godot-actions/.github/workflows/callable-export.yml@main with: export-name: tracer - image: ghcr.io/bend-n/godot:4.0.rc + image: ghcr.io/bend-n/godot:4.0 platforms: "windows linux mac" |