online multiplayer chess game (note server currently down)
Diffstat (limited to '.github/workflows/export.yml')
-rw-r--r--.github/workflows/export.yml28
1 files changed, 0 insertions, 28 deletions
diff --git a/.github/workflows/export.yml b/.github/workflows/export.yml
deleted file mode 100644
index bdd143f..0000000
--- a/.github/workflows/export.yml
+++ /dev/null
@@ -1,28 +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: chess
- godot-version: 3.5
- image: ghcr.io/bend-n/godot-2d:3.5
- platforms: "windows linux web android mac"
- itch-path: bendn/chess
- secrets:
- android-keystore-base64: ${{ secrets.RELEASE_KEYSTORE_BASE64 }}
- android-keystore-password: ${{ secrets.RELEASE_KEYSTORE_PASSWORD }}
- butler-api-key: ${{ secrets.BUTLER_CREDENTIALS }}