builds godot
Diffstat (limited to '.github/workflows/build.yml')
| -rw-r--r-- | .github/workflows/build.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cf1cdab..e396686 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,6 +13,7 @@ jobs: tools: no platform: x11 target: release + artifact-name: godot-templates build-editor: runs-on: ubuntu-18.04 @@ -23,7 +24,8 @@ jobs: branch: 3.x tools: yes platform: x11 - target: release + target: release_debug + artifact-name: godot-editor build-headless: runs-on: ubuntu-18.04 @@ -35,3 +37,4 @@ jobs: tools: yes platform: server target: release_debug + artifact-name: godot-headless |