We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 865eb92 commit eec8628Copy full SHA for eec8628
2 files changed
.github/workflows/test-build.yml
@@ -85,7 +85,6 @@ jobs:
85
targetPlatform:
86
- iOS
87
- Android
88
- - WebGL
89
# - StandaloneOSX
90
- StandaloneWindows64
91
steps:
@@ -110,12 +109,6 @@ jobs:
110
109
unityVersion: 2021.3.26f1
111
targetPlatform: ${{ matrix.targetPlatform }}
112
projectPath: sample
113
- - name: Deploy to GitHub Pages
114
- uses: JamesIves/github-pages-deploy-action@4.1.3
115
- if: matrix.targetPlatform == 'WebGL'
116
- with:
117
- branch: gh-pages
118
- folder: build/WebGL/WebGL
119
- uses: actions/upload-artifact@v4
120
if: always()
121
with:
WebGL.md
0 commit comments