Skip to content

Commit

Permalink
Merge remote-tracking branch 'template/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
hatmix committed Aug 24, 2024
2 parents b53f135 + ef0c005 commit abc5448
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/godot-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ concurrency:
cancel-in-progress: true

env:
GODOT_VERSION: 4.2.2
GODOT_VERSION: 4.3
PROJECT_NAME: ${{ github.event.repository.name }}

jobs:
test-and-export:
name: Test and Export
runs-on: ubuntu-20.04
container:
image: barichello/godot-ci:4.2.2
image: barichello/godot-ci:4.3
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -54,7 +54,7 @@ jobs:
- name: Fix Imports
run: |
godot --headless --path . --export-pack FixImports /dev/null 2>&1 >/dev/null
godot --headless --path . --export-pack FixImports tmp.zip 2>&1 >/dev/null
- name: Test
id: test
Expand Down

0 comments on commit abc5448

Please sign in to comment.