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 c5264fa..4fbf2c5 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 headless
+ - name: Get editor
uses: actions/download-artifact@v3
with:
- name: server-tools-release
+ name: linuxbsd-editor-release
- - run: mv godot_server.linuxbsd.opt.tools.64 godot && chmod -v +x godot
+ - run: mv godot.linuxbsd.editor.x86_64 godot && chmod -v +x godot
shell: bash
- name: Login to GitHub Container Registry