Skip to content

Update to v5.0.0 stable #29

Update to v5.0.0 stable

Update to v5.0.0 stable #29

Workflow file for this run

name: Build Geode Mod
on:
workflow_dispatch:
push:
branches:
- "main"
jobs:
build:
name: Windows
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Build the mod
uses: geode-sdk/build-geode-mod@main
with:
cli: "latest"
sdk: "5.0.0"
- uses: actions/upload-artifact@v4
with:
name: Build Output
path: build/*.geode