Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
antimundo authored Dec 18, 2024
1 parent 89185b2 commit 773497b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ env:
ITCHIO_USERNAME: antimundo
ITCHIO_GAME: infinigrass
BUTLER_API_KEY: ${{ secrets.BUTLER_API_KEY }}
GODOT_VERSION: 4.2.1 #if you change it, remember to update the image version (line 15)
GODOT_VERSION: 4.3 #if you change it, remember to update the image version (line 15)

jobs:
web:
name: Build and deploy to itch.io
runs-on: ubuntu-latest
container:
image: barichello/godot-ci:4.2.1
image: barichello/godot-ci:4.3
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 773497b

Please sign in to comment.