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 87f0676 commit 1685b9eCopy full SHA for 1685b9e
.github/workflows/build.yml
@@ -69,6 +69,8 @@ jobs:
69
- name: Build Package
70
run: |
71
cd d:\cesium\CesiumForUnityBuildProject\Packages\com.cesium.unity
72
+ start -FilePath 'C:\Program Files\Unity\Hub\Editor\2021.3.13f1\Editor\Data\Resources\Licensing\Client\Unity.Licensing.Client.exe'
73
+ sleep 120
74
dotnet run --project Build~
75
dir d:\cesium\CesiumForUnityBuildProject
76
- name: Publish package artifact
0 commit comments