From 50fc89a9e8f9e29401d38863b7c47d208ac83ef6 Mon Sep 17 00:00:00 2001 From: Vaillant jeremy Date: Sun, 1 Aug 2021 14:08:46 +0200 Subject: [PATCH] Fix path volumes --- releases/.drone.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/releases/.drone.yml b/releases/.drone.yml index 43e1138..0539597 100644 --- a/releases/.drone.yml +++ b/releases/.drone.yml @@ -20,14 +20,14 @@ steps: image: barichello/godot-ci:3.3.2 volumes: - name: binary - path: release/windows + path: releases/windows commands: - godot --export "WindowsDebug" "releases/windows/${EXPORT_NAME}.exe" - name: WindowsDeploy image: barichello/godot-ci:3.3.2 volumes: - name: binary - path: release/windows + path: releases/windows environment: BUTLER_API_KEY: from_secret: BUTLER_API_KEY @@ -60,7 +60,7 @@ steps: image: devcrea/godot-ci:3.3.2-android volumes: - name: binary - path: release/android + path: releases/android commands: - apt-get update - apt-get install -y wget @@ -73,7 +73,7 @@ steps: image: barichello/godot-ci:3.3.2 volumes: - name: binary - path: release/android + path: releases/android environment: BUTLER_API_KEY: from_secret: BUTLER_API_KEY @@ -106,14 +106,14 @@ steps: image: barichello/godot-ci:3.3.2 volumes: - name: binary - path: release/linux + path: releases/linux commands: - godot --export "Linux/X11Debug" "releases/linux/${EXPORT_NAME}.x86_64" - name: LinuxDeploy image: barichello/godot-ci:3.3.2 volumes: - name: binary - path: release/linux + path: releases/linux environment: BUTLER_API_KEY: from_secret: BUTLER_API_KEY