1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
name: "export"
on:
  workflow_dispatch:
  push:
    paths:
      - "**.gd"
      - "**.tscn"
      - "**.import"
      - "**.tres"
      - "**.ttf"
      - ".github/workflows/export.yml"
      - "export_presets.cfg"
    branches:
      - main

jobs:
  export:
    uses: bend-n/godot-actions/.github/workflows/callable-export.yml@main
    with:
      export-name: 2048
      image: ghcr.io/bend-n/godot-2d:4.1.1
      platforms: "windows linux web android mac"