From 0462a288ea3e8584d52c8771aff1a0d86b45c858 Mon Sep 17 00:00:00 2001 From: Victor Mylle Date: Sun, 12 Mar 2023 10:04:25 +0000 Subject: [PATCH] Update .drone.yml --- .drone.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 7536ebe..d942f80 100644 --- a/.drone.yml +++ b/.drone.yml @@ -35,8 +35,9 @@ 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 - # - /opt/unity/editors/2021.3.19f1/Editor/Unity -batchmode -nographics -projectPath . -buildLinux64Player ./builds/WeSign-Linux -quit --headless + - 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 - /opt/unity/editors/2021.3.19f1/Editor/Unity -batchmode -nographics -projectPath . -buildOSXUniversalPlayer ./builds/WeSign-MacOS.app -quit --headless - name: commit-files image: alpine/git