Configure env for butler
This commit is contained in:
+8
-1
@@ -30,7 +30,14 @@ steps:
|
|||||||
- name: binary
|
- name: binary
|
||||||
path: release/windows
|
path: release/windows
|
||||||
commands:
|
commands:
|
||||||
- butler push ./release/windows $ITCHIO_USERNAME/$ITCHIO_GAME:linux
|
- butler push "release/windows" "${ITCHIO_USERNAME}/${ITCHIO_GAME}:windows"
|
||||||
|
environment:
|
||||||
|
BUTLER_API_KEY:
|
||||||
|
from_secret: BUTLER_API_KEY
|
||||||
|
ITCHIO_USERNAME:
|
||||||
|
from_secret: ITCHIO_USERNAME
|
||||||
|
ITCHIO_GAME:
|
||||||
|
from_secret: ITCHIO_GAME
|
||||||
|
|
||||||
# - name: AndroidDebug
|
# - name: AndroidDebug
|
||||||
# image: devcrea/godot-ci:3.3.2-android
|
# image: devcrea/godot-ci:3.3.2-android
|
||||||
|
|||||||
Reference in New Issue
Block a user