Skip to content

Build

Build #1

Workflow file for this run

name: 'Build'
on:
workflow_dispatch:
env:
GODOT_VERSION: 4.3
VERSION_FILE: bt_mod_loader_installer/project.godot
VERSION_REGEX: config\/version=\"\K[0-9.\-A-z]*
jobs:
build:
runs-on: macos-latest
steps:
- name: Checkout current branch
uses: actions/checkout@v3
- name: Install Godot
uses: CapsCollective/godot-actions/[email protected]
with:
godot-version: ${{ env.GODOT_VERSION }}
install-templates: true
id: install-godot
- name: Build and upload artifacts for all platforms
uses: CapsCollective/godot-actions/[email protected]
with:
godot-executable: ${{ steps.install-godot.outputs.godot-executable }}