Skip to content

Commit

Permalink
Fix CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
Edearth committed Jan 27, 2024
1 parent a07c5e6 commit 5ffad13
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Godot 4+ specific ignores
.godot/
build/
*.tmp
2 changes: 1 addition & 1 deletion export_presets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5ffad13

Please sign in to comment.