From db21f76b76a4639bcfe8dbcc566842e1ab048260 Mon Sep 17 00:00:00 2001 From: CoPokBl <59753822+CoPokBl@users.noreply.github.com> Date: Mon, 17 Jun 2024 14:27:47 +1000 Subject: [PATCH] Create build workflow --- .github/workflows/blank.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/workflows/blank.yml diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml new file mode 100644 index 0000000..7529766 --- /dev/null +++ b/.github/workflows/blank.yml @@ -0,0 +1,28 @@ +name: Build Project + +on: + push: {} + pull_request: {} + +jobs: + Godot: + runs-on: ubuntu-latest + strategy: + matrix: + platform: ["linux", "windows"] + steps: + - uses: actions/checkout@v2 + with: + lfs: true + - name: Build + id: build + uses: manleydev/build-godot-action@v1.5.0 + with: + name: Ancraophobia + preset: ${{ matrix.platform }} + debugMode: "true" + - name: Upload Artifact + uses: actions/upload-artifact@v2 + with: + name: Client - ${{ matrix.platform }} + path: ${{ github.workspace }}/${{ steps.build.outputs.build }}