builds godot
Diffstat (limited to '.github/actions/build-upload-image/action.yml')
-rw-r--r--.github/actions/build-upload-image/action.yml14
1 files changed, 9 insertions, 5 deletions
diff --git a/.github/actions/build-upload-image/action.yml b/.github/actions/build-upload-image/action.yml
index dcdae3d..aff9222 100644
--- a/.github/actions/build-upload-image/action.yml
+++ b/.github/actions/build-upload-image/action.yml
@@ -19,16 +19,20 @@ runs:
uses: bend-n/godot-builds/.github/actions/get-version@main
- name: Get templates
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
with:
name: templates
- - name: Get editor
- uses: actions/download-artifact@v3
+ - name: Get headless editor
+ uses: actions/download-artifact@v4
with:
- name: linuxbsd-editor-release
+ name: server-editor-release
- - run: mv godot.x11.opt.64 godot && chmod -v +x godot
+ - name: List all downloaded files
+ run: ls -R
+ shell: bash
+
+ - run: mv godot_server.x11.opt.tools.64 godot && chmod -v +x godot
shell: bash
- name: Login to GitHub Container Registry