Update .forgejo/workflow/godot-html5.yml
All checks were successful
Test Runner / test (push) Successful in 5s
All checks were successful
Test Runner / test (push) Successful in 5s
This commit is contained in:
parent
02fcaf49bd
commit
4fe652eb1e
1 changed files with 7 additions and 5 deletions
|
|
@ -16,9 +16,11 @@ jobs:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Create build folder
|
- name: Build HTML5
|
||||||
run: mkdir -p build/html5
|
|
||||||
|
|
||||||
- name: Export HTML5 build
|
|
||||||
run: |
|
run: |
|
||||||
|
mkdir -p build/html5
|
||||||
godot --headless --export-release "HTML5" build/html5/index.html
|
godot --headless --export-release "HTML5" build/html5/index.html
|
||||||
|
|
||||||
|
- name: Deploy to Nginx folder
|
||||||
|
run: |
|
||||||
|
rsync -av build/html5/ /deploy/TheFlipSide
|
||||||
Loading…
Add table
Reference in a new issue