builds godot
Diffstat (limited to '.github/workflows/reusable-build.yml')
| -rw-r--r-- | .github/workflows/reusable-build.yml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/.github/workflows/reusable-build.yml b/.github/workflows/reusable-build.yml index 64737f0..0b6f9f7 100644 --- a/.github/workflows/reusable-build.yml +++ b/.github/workflows/reusable-build.yml @@ -249,21 +249,26 @@ 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/[email protected] with: - platform: linuxbsd + platform: ${{ matrix.platform }} target: release_debug env: tools: yes + flags: "" # override flags - name: Upload artifact uses: bend-n/godot-builds/.github/actions/[email protected] with: - name: linuxbsd-editor-release + name: ${{ matrix.platform }}-editor-release path: godot/bin/*.64 image: |