File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : Build Sample Project
22
3- on : [push, pull_request, workflow_dispatch]
3+ # on: [push, pull_request, workflow_dispatch]
4+ on : [pull_request, workflow_dispatch]
45
56jobs :
67 buildForAllSupportedPlatforms :
1718 # - StandaloneWindows64 # Build a Windows 64-bit standalone.
1819 # - StandaloneLinux64 # Build a Linux 64-bit standalone.
1920 # - iOS # Build an iOS player.
20- - Android # Build an Android .apk standalone app.
21+ # - Android # Build an Android .apk standalone app.
2122 - WebGL # WebGL.
2223 steps :
2324 - if : matrix.targetPlatform == 'Android' || matrix.targetPlatform == 'WebGL'
6465 vercel-token : ${{ secrets.VERCEL_TOKEN }}
6566 vercel-org-id : ${{ secrets.VERCEL_ORG_ID }}
6667 vercel-project-id : ${{ secrets.VERCEL_PROJECT_ID }}
67- working-directory : Build/WebGL/
68+ working-directory : Build/WebGL/WebGL
You can’t perform that action at this time.
0 commit comments