Fix path volumes
This commit is contained in:
+6
-6
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user