Fix path volumes

This commit is contained in:
Vaillant jeremy
2021-08-01 14:08:46 +02:00
parent d3b540a31f
commit 50fc89a9e8
+6 -6
View File
@@ -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