builds godot
Diffstat (limited to '.github/actions/build-upload-image/action.yml')
-rw-r--r--.github/actions/build-upload-image/action.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/actions/build-upload-image/action.yml b/.github/actions/build-upload-image/action.yml
index ea8dd2d..172a05e 100644
--- a/.github/actions/build-upload-image/action.yml
+++ b/.github/actions/build-upload-image/action.yml
@@ -23,12 +23,12 @@ runs:
with:
name: templates
- - name: Get editor
+ - name: Get headless editor
uses: actions/download-artifact@v3
with:
- name: linuxbsd-editor-release
+ name: server-editor-release
- - run: mv godot.x11.opt.tools.64 godot && chmod -v +x godot
+ - run: mv godot_server.x11.opt.tools.64 godot && chmod -v +x godot
shell: bash
- name: Login to GitHub Container Registry