Skip to content

Commit

Permalink
Add web export artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Toni Beier committed Apr 30, 2024
1 parent 520f297 commit cb7e877
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/web-export.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,8 @@ jobs:
mkdir -p ./build/web/
./Godot_v${GODOT_VERSION}-stable_linux.x86_64 --headless ./godot/project.godot --export-release "Web" ../build/web/index.html
- name: Archive web build
uses: actions/upload-artifact@v4
with:
name: web-export
path: ./build/web

0 comments on commit cb7e877

Please sign in to comment.