Skip to content

Add GitHub Actions workflow for game build #1

Add GitHub Actions workflow for game build

Add GitHub Actions workflow for game build #1

Workflow file for this run

name: Build Game
on:
push:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Godot Export
uses: firebelley/godot-export@v7.0.0