diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fc2d174..0d02594 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: name: Build and deploy to itch.io runs-on: ubuntu-latest container: - image: barichello/godot-ci:4.1.3 + image: barichello/godot-ci:4.2.1 steps: - name: Checkout uses: actions/checkout@v2 @@ -25,7 +25,7 @@ jobs: - name: Web Build run: | mkdir build - godot --export-release --headless "html5" ./build/index.html + godot --export-release --headless "Web" ./build/index.html - name: Itch.io Deploy run: | ls ./build diff --git a/.gitignore b/.gitignore index 21c5309..be24fa4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ # Godot 4+ specific ignores .godot/ +build/ *.tmp diff --git a/export_presets.cfg b/export_presets.cfg index f29e133..8b376e4 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -8,7 +8,7 @@ custom_features="" export_filter="all_resources" include_filter="" exclude_filter="" -export_path="" +export_path="build/index.html" encryption_include_filters="" encryption_exclude_filters="" encrypt_pck=false