small racing game im working on
Diffstat (limited to '.github/workflows/export.yml')
-rw-r--r--.github/workflows/export.yml22
1 files changed, 22 insertions, 0 deletions
diff --git a/.github/workflows/export.yml b/.github/workflows/export.yml
new file mode 100644
index 0000000..87367ae
--- /dev/null
+++ b/.github/workflows/export.yml
@@ -0,0 +1,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: tracer
+ image: ghcr.io/bend-n/godot:4.0.rc
+ platforms: "windows linux mac"