tools for exporting godot projects via Github Actions
Diffstat (limited to '.github/actions/export-web/action.yml')
| -rw-r--r-- | .github/actions/export-web/action.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/actions/export-web/action.yml b/.github/actions/export-web/action.yml index 74111d5..ecf955c 100644 --- a/.github/actions/export-web/action.yml +++ b/.github/actions/export-web/action.yml @@ -17,10 +17,12 @@ runs: - name: Setup uses: bend-n/godot-actions/.github/actions/setup-godot@main - - name: Build + - name: Web Build run: | + echo "::group::Web Build" mkdir -vp build/web godot -v --export "HTML" ./build/web/index.html + echo "::endgroup::" shell: bash - name: Upload |