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"
|
||||
|
||||
- name: Upload Build
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: https://code.forgejo.org/forgejo/upload-artifact/upload-artifact@v4
|
||||
with:
|
||||
name: Web Build
|
||||
path: build/web
|
||||
retention-days: 3
|
||||
overwrite: true
|
||||
compression-level: 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue