Skip to content

Commit c888619

Browse files
committed
fixup! Add windows build
1 parent 0047a00 commit c888619

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,19 +41,19 @@ jobs:
4141
relative_export_path: ./build/
4242
cache: true
4343
- name: List files
44-
run: tree
44+
run: tree build
4545

4646
- name: Upload HTML artifact
4747
uses: actions/upload-artifact@v4
4848
with:
4949
name: html
50-
path: build/html/
50+
path: "build/html/"
5151

5252
- name: Upload Windows artifact
5353
uses: actions/upload-artifact@v4
5454
with:
5555
name: windows
56-
path: build/windows/
56+
path: "build/Windows Desktop/"
5757

5858
github-pages:
5959
needs: build
@@ -85,7 +85,7 @@ jobs:
8585
runs-on: ubuntu-latest
8686
strategy:
8787
matrix:
88-
channel: [webgl, windows]
88+
channel: ["html", "Windows Desktop"]
8989
steps:
9090
- name: Download artifact
9191
uses: actions/download-artifact@v4

export_presets.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ threads/godot_pool_size=4
4646

4747
[preset.1]
4848

49-
name="windows"
49+
name="Windows Desktop"
5050
platform="Windows Desktop"
5151
runnable=true
5252
advanced_options=false

0 commit comments

Comments
 (0)