This commit is contained in:
parent
edcd9d15c9
commit
110b179b02
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -29,10 +29,10 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||||
- uses: actions/checkout
|
- uses: actions/checkout@v2
|
||||||
name: Checkout Files
|
name: Checkout Files
|
||||||
|
|
||||||
- uses: https://github.com/chickensoft-games/setup-godot
|
- uses: https://github.com/chickensoft-games/setup-godot@v2
|
||||||
name: Setup Godot
|
name: Setup Godot
|
||||||
with:
|
with:
|
||||||
version: 4.3.0-stable
|
version: 4.3.0-stable
|
||||||
|
@ -45,7 +45,7 @@ jobs:
|
||||||
godot --headless --verbose --export-release "Web" "$EXPORT_DIR/web/index.html"
|
godot --headless --verbose --export-release "Web" "$EXPORT_DIR/web/index.html"
|
||||||
|
|
||||||
- name: Upload Build
|
- name: Upload Build
|
||||||
uses: actions/upload-artifact
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Web Build
|
name: Web Build
|
||||||
path: build/web
|
path: build/web
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue