Skip to content

Commit

Permalink
Merge branch 'main' of github.com:rosskarchner/Jolt
Browse files Browse the repository at this point in the history
  • Loading branch information
rosskarchner committed Aug 18, 2024
2 parents 57e60bb + b447140 commit 971f3b1
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 @@ -12,7 +12,7 @@ jobs:
name: Web Export
runs-on: ubuntu-20.04
container:
image: rosskarchner/godot-ci:4.3rc3
image: barichello/godot-ci:4.3
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -21,7 +21,7 @@ jobs:
- name: Setup
run: |
mkdir -v -p ~/.local/share/godot/export_templates/
mv /root/.local/share/godot/export_templates/${GODOT_VERSION}.rc3 ~/.local/share/godot/export_templates/${GODOT_VERSION}.rc3
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 Down

0 comments on commit 971f3b1

Please sign in to comment.