tools for exporting godot projects via Github Actions
1
2
3
4
5
6
7
8
9
10
11
name: Mac export
description: Mac export

runs:
  using: composite
  steps:
    - name: Build
      uses: bend-n/godot-actions/.github/actions/export@main
      with:
        extension: app
        platform: mac