This commit is contained in:
parent
6e8f7f51d3
commit
326c66f3bb
1 changed files with 4 additions and 1 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -60,7 +60,10 @@ jobs:
|
||||||
/usr/bin/godot --headless --verbose --export-release "Web" "$EXPORT_DIR/web/index.html"
|
/usr/bin/godot --headless --verbose --export-release "Web" "$EXPORT_DIR/web/index.html"
|
||||||
|
|
||||||
- name: Upload Build
|
- name: Upload Build
|
||||||
uses: actions/upload-artifact@v4
|
uses: https://code.forgejo.org/forgejo/upload-artifact/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Web Build
|
name: Web Build
|
||||||
path: build/web
|
path: build/web
|
||||||
|
retention-days: 3
|
||||||
|
overwrite: true
|
||||||
|
compression-level: 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue