Update .drone.yml

This commit is contained in:
Victor Mylle 2023-03-12 11:03:22 +00:00
parent 0462a288ea
commit 4236b4f467

View File

@ -35,6 +35,7 @@ steps:
- name: unity-builds
image: docker.io/library/unity-runner:0.1
commands:
- /opt/unity/editors/2021.3.19f1/Editor/Unity -batchmode -nographics -projectPath . -buildWindowsPlayer ./builds/WeSign-Windows.exe -quit --headless || true
- chmod 777 -R .
- /opt/unity/editors/2021.3.19f1/Editor/Unity -batchmode -nographics -projectPath . -buildWindowsPlayer ./builds/WeSign-Windows.exe -quit --headless
- /opt/unity/editors/2021.3.19f1/Editor/Unity -batchmode -nographics -projectPath . -buildLinux64Player ./builds/WeSign-Linux -quit --headless