builds godot
Diffstat (limited to '.github/actions/build-upload-image/action.yml')
| -rw-r--r-- | .github/actions/build-upload-image/action.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/actions/build-upload-image/action.yml b/.github/actions/build-upload-image/action.yml index 4fbf2c5..172a05e 100644 --- a/.github/actions/build-upload-image/action.yml +++ b/.github/actions/build-upload-image/action.yml @@ -16,19 +16,19 @@ runs: - uses: actions/checkout@v3 - name: Get version - uses: bend-n/godot-builds/.github/actions/get-version@main + uses: bend-n/godot-builds/.github/actions/[email protected] - name: Get templates uses: actions/download-artifact@v3 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.linuxbsd.editor.x86_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 |