Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
use godot 4.3 and deploy to itch.io.
  • Loading branch information
rosskarchner authored Aug 17, 2024
1 parent c7ab28a commit 9ce0382
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Web Export
runs-on: ubuntu-20.04
container:
image: rosskarchner/godot-ci:4.3dev6
image: barichello/godot-ci:4.3
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -20,7 +20,7 @@ jobs:
- name: Setup
run: |
mkdir -v -p ~/.local/share/godot/export_templates/
mv /root/.local/share/godot/export_templates/${GODOT_VERSION}.dev6 ~/.local/share/godot/export_templates/${GODOT_VERSION}.dev6
mv /root/.local/share/godot/export_templates/${GODOT_VERSION}.stable ~/.local/share/godot/export_templates/${GODOT_VERSION}.stable
- name: Web Build
run: |
mkdir -v -p build/web
Expand All @@ -39,3 +39,7 @@ jobs:
with:
branch: gh-pages # The branch the action should deploy to.
folder: build/web # The folder the action should deploy.
- name: Deploy to itch.io 🚀
env:
BUTLER_API_KEY: ${{ secrets.BUTLER_API_KEY }}
run: butler push ./build/web rosskarchner/pong-wars:html5

0 comments on commit 9ce0382

Please sign in to comment.