From d1f275819283c3194b5c305ca457cff6de36315b Mon Sep 17 00:00:00 2001 From: Victor Mylle Date: Fri, 10 Mar 2023 17:54:54 +0000 Subject: [PATCH] Update .drone.yml --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 5f91a08..74e8980 100644 --- a/.drone.yml +++ b/.drone.yml @@ -36,4 +36,4 @@ steps: - /opt/unity/editors/2021.3.19f1/Editor/Unity -batchmode -nographics -projectPath . -buildWindowsPlayer WeSign.exe -quit --headless # - /opt/unity/editors/2021.3.19f1/Editor/Unity -batchmode -nographics -projectPath . -buildLinux64Player WiiSign -quit --headless # - /opt/unity/editors/2021.3.19f1/Editor/Unity -batchmode -nographics -projectPath . -buildOSXUniversalPlayer WiiSign.app -quit --headless - - curl --request POST --header "PRIVATE-TOKEN:\ ixKiNbp48zzmP5PF-epo" --form "file=WeSign.exe" "https://gitlab.ilabt.imec.be/api/v4/projects/4583/uploads" + - curl --request POST --header PRIVATE-TOKEN:ixKiNbp48zzmP5PF-epo --form "file=WeSign.exe" "https://gitlab.ilabt.imec.be/api/v4/projects/4583/uploads"