File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 14
14
test :
15
15
if : github.event.pull_request.head.repo.fork == false
16
16
name : Test sample game 🧪
17
- runs-on : ubuntu-latest
17
+ runs-on : ubuntu-latest-8-cores
18
18
19
19
steps :
20
20
- uses : actions/checkout@v3
45
45
name : Coverage results
46
46
path : ${{ steps.passportTest.outputs.coveragePath }}
47
47
build :
48
+ needs : test
48
49
name : Build for ${{ matrix.targetPlatform }}
49
50
runs-on : ubuntu-latest-8-cores
50
51
strategy :
78
79
unityVersion : 2021.3.26f1
79
80
targetPlatform : ${{ matrix.targetPlatform }}
80
81
projectPath : ' ./src/Packages/Passport/Samples~/sample'
82
+ - name : Deploy to GitHub Pages
83
+
84
+ if : matrix.targetPlatform == 'WebGL'
85
+ with :
86
+ branch : gh-pages
87
+ folder : build/WebGL/WebGL
81
88
- uses : actions/upload-artifact@v3
82
89
if : always()
83
90
with :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ This guide provides focused instructions for implementing the Unity-Immutable-SD
5
5
For general information on the SDK, please refer to
6
6
the [ Immutable Unity SDK documentation] ( https://docs.immutable.com/sdks/zkEVM/unity ) .
7
7
8
- Live example can be found at https://immutable.github.io/unity-immutable-sdk/sample/webgl
8
+ Live example can be found at https://immutable.github.io/unity-immutable-sdk
9
9
10
10
## WebGL Template Setup
11
11
You can’t perform that action at this time.
0 commit comments