Skip to content

Commit

Permalink
fix html5 build path
Browse files Browse the repository at this point in the history
  • Loading branch information
kristijandraca committed Jan 9, 2025
1 parent 87c81d3 commit 5c919d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/godot-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ jobs:
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
mkdir -v -p build/html5
EXPORT_DIR="$(readlink -f build)"
cd $PROJECT_PATH
godot --headless --verbose --export-release "Web" "$EXPORT_DIR/web/index.html"
godot --headless --verbose --export-release "Web" "$EXPORT_DIR/html5/index.html"
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 5c919d0

Please sign in to comment.