Diffstat (limited to '.github/workflows/export.yml')
l---------.github/workflows/export.yml22
1 files changed, 0 insertions, 22 deletions
diff --git a/.github/workflows/export.yml b/.github/workflows/export.yml
deleted file mode 120000
index a24ee36..0000000
--- a/.github/workflows/export.yml
+++ /dev/null
@@ -1,22 +0,0 @@
-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"