Skip to content

Commit

Permalink
hmm
Browse files Browse the repository at this point in the history
  • Loading branch information
bend-n committed Feb 8, 2025
1 parent 0d1164e commit 16fe826
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/actions/build-upload-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.64 godot && chmod -v +x godot
- run: mv godot_server.x11.opt.64 godot && chmod -v +x godot
shell: bash

- name: Login to GitHub Container Registry
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,19 +242,22 @@ jobs:
path: ${{ env.tmps }}/templates.tpz

editor:
strategy:
matrix:
platform: [server, linuxbsd]
name: Linux editor
runs-on: ubuntu-20.04
steps:
- name: Compilation
uses: bend-n/godot-builds/.github/actions/build-godot@main
with:
platform: linuxbsd
platform: ${{ matrix.platform }}
target: release

- name: Upload artifact
uses: bend-n/godot-builds/.github/actions/upload-artifact@main
with:
name: linuxbsd-editor-release
name: ${{ matrix.platform }}-editor-release
path: godot/bin/*.64

image:
Expand Down

0 comments on commit 16fe826

Please sign in to comment.