builds godot
Diffstat (limited to '.github/workflows/linux_builds.yml')
-rw-r--r--.github/workflows/linux_builds.yml30
1 files changed, 0 insertions, 30 deletions
diff --git a/.github/workflows/linux_builds.yml b/.github/workflows/linux_builds.yml
deleted file mode 100644
index 92037b6..0000000
--- a/.github/workflows/linux_builds.yml
+++ /dev/null
@@ -1,30 +0,0 @@
-name: Build godot 2d headless and editor for linux
-
-on:
- workflow_dispatch:
- push:
- branches:
- - main
-
-jobs:
- build:
- strategy:
- matrix:
- platform: [server, x11]
-
- name: Build
- runs-on: ubuntu-18.04
- steps:
- - name: Build editor
- uses: bend-n/godot-2d-builds/.github/actions/build-godot@main
- with:
- platform: ${{ matrix.platform }}
- target: release_debug
- env:
- branch: 3.x
- tools: yes
-
- - name: Upload artifact
- uses: bend-n/godot-2d-builds/.github/actions/upload-artifact@main
- with:
- name: ${{ matrix.platform }}-tools-release