From 4236b4f46797d4aa2ee0d5f0efd856883fe448e7 Mon Sep 17 00:00:00 2001 From: Victor Mylle Date: Sun, 12 Mar 2023 11:03:22 +0000 Subject: [PATCH] Update .drone.yml --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index d942f80..0f109b5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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