File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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
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
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ threads/godot_pool_size=4
4646
4747[preset.1]
4848
49- name =" windows "
49+ name =" Windows Desktop "
5050platform =" Windows Desktop"
5151runnable =true
5252advanced_options =false
You can’t perform that action at this time.
0 commit comments