a game about throwing hammers made for the github game off
-rw-r--r--.github/workflows/export.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/export.yml b/.github/workflows/export.yml
index 90c09f0..e8ff71a 100644
--- a/.github/workflows/export.yml
+++ b/.github/workflows/export.yml
@@ -17,8 +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
- godot-version: 4.0.beta # the godot version
- image: ghcr.io/bend-n/godot-2d:4.0.beta # the container to use
+ image: ghcr.io/bend-n/godot:4.0.beta # the container to use
export-name: "hammer space" # the name of the exec. ($export-name.exe)
platforms: "windows linux web mac" # space seperated list of platforms to build
project-root-path: "." # the directory that project.godot is in