Merge tag 'feat/godot-configurator' of https://github.com/monkeyx-net/RetroDECK_UK into feat/godot-configurator

This commit is contained in:
monkeyx-net 2024-08-05 19:33:59 +01:00
commit 5205fa2dd9

29
.github/workflows/godot.yml vendored Normal file
View file

@ -0,0 +1,29 @@
name: Building a mOnKeyX Project
on:
push:
workflow_dispatch:
jobs:
Godot:
runs-on: ubuntu-latest
strategy:
matrix:
platform: [linux, windows, mac]
steps:
- uses: actions/checkout@v2
with:
lfs: true
- name: Build
id: build
uses: krynv/build-godot-action@v1.4.1
with:
name: example
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 }}