name: "export" on: workflow_dispatch: push: paths: - "**.gd" - "**.tscn" - "**.import" - "**.tres" - "**.ttf" - ".github/workflows/export.yml" - "export_presets.cfg" jobs: export: uses: bend-n/godot-actions/.github/workflows/callable-export.yml@main with: export-name: tracer image: ghcr.io/bend-n/godot:4.0.2 platforms: "windows linux mac"