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 image: barichello/godot-ci:3.3.2
volumes: volumes:
- name: binary - name: binary
path: release/windows path: releases/windows
commands: commands:
- godot --export "WindowsDebug" "releases/windows/${EXPORT_NAME}.exe" - godot --export "WindowsDebug" "releases/windows/${EXPORT_NAME}.exe"
- name: WindowsDeploy - name: WindowsDeploy
image: barichello/godot-ci:3.3.2 image: barichello/godot-ci:3.3.2
volumes: volumes:
- name: binary - name: binary
path: release/windows path: releases/windows
environment: environment:
BUTLER_API_KEY: BUTLER_API_KEY:
from_secret: BUTLER_API_KEY from_secret: BUTLER_API_KEY
@@ -60,7 +60,7 @@ steps:
image: devcrea/godot-ci:3.3.2-android image: devcrea/godot-ci:3.3.2-android
volumes: volumes:
- name: binary - name: binary
path: release/android path: releases/android
commands: commands:
- apt-get update - apt-get update
- apt-get install -y wget - apt-get install -y wget
@@ -73,7 +73,7 @@ steps:
image: barichello/godot-ci:3.3.2 image: barichello/godot-ci:3.3.2
volumes: volumes:
- name: binary - name: binary
path: release/android path: releases/android
environment: environment:
BUTLER_API_KEY: BUTLER_API_KEY:
from_secret: BUTLER_API_KEY from_secret: BUTLER_API_KEY
@@ -106,14 +106,14 @@ steps:
image: barichello/godot-ci:3.3.2 image: barichello/godot-ci:3.3.2
volumes: volumes:
- name: binary - name: binary
path: release/linux path: releases/linux
commands: commands:
- godot --export "Linux/X11Debug" "releases/linux/${EXPORT_NAME}.x86_64" - godot --export "Linux/X11Debug" "releases/linux/${EXPORT_NAME}.x86_64"
- name: LinuxDeploy - name: LinuxDeploy
image: barichello/godot-ci:3.3.2 image: barichello/godot-ci:3.3.2
volumes: volumes:
- name: binary - name: binary
path: release/linux path: releases/linux
environment: environment:
BUTLER_API_KEY: BUTLER_API_KEY:
from_secret: BUTLER_API_KEY from_secret: BUTLER_API_KEY