builds godot
1
2
3
4
5
6
7
8
9
10
11
12
name: Build godot 3.5 stable

on:
  workflow_dispatch:

jobs:
  build3-5-stable:
    name: Build 3.5 stable
    uses: bend-n/godot-2d-builds/.github/workflows/reusable-build.yml@main
    with:
      ref: 3.5-stable
    secrets: inherit