diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d25d476..d7311d7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 @@ -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 @@ -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