Skip to content

Merge branch 'master' into dev #9

Merge branch 'master' into dev

Merge branch 'master' into dev #9

Workflow file for this run

name: Build Godot Project
on:
push: {}
pull_request: {}
jobs:
Godot:
runs-on: ubuntu-latest
strategy:
matrix:
platform: [win64, linux/X11, macOS]
steps:
- uses: actions/checkout@v2
with:
lfs: true
- name: Build
id: build
uses: manleydev/[email protected]
with:
name: Spectrum
preset: ${{ matrix.platform }}
debugMode: "false"
- name: Upload Artifact
uses: actions/upload-artifact@v2
with:
name: Spectrum - ${{ matrix.platform }}
path: ${{ github.workspace }}/${{ steps.build.outputs.build }}