Godot template repository for my programs
Diffstat (limited to '.github/workflows/export.yml')
-rw-r--r--.github/workflows/export.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/export.yml b/.github/workflows/export.yml
index 512781f..360ae61 100644
--- a/.github/workflows/export.yml
+++ b/.github/workflows/export.yml
@@ -17,7 +17,7 @@ jobs: # the things to do
export: # a thing to do
uses: bend-n/godot-actions/.github/workflows/callable-export.yml@main
with: # variables
- image: ghcr.io/bend-n/godot-2d:4.0.2 # the container to use (remove the `-2d` if 3d)
+ image: ghcr.io/bend-n/godot-2d:4.0.3 # the container to use (remove the `-2d` if 3d)
export-name: ${{ github.event.repository.name }} # the name of the exec. ($export-name.exe)
platforms: "windows linux web android mac" # space seperated list of platforms to build
project-root-path: "." # the directory that project.godot is in