Configure env for butler
This commit is contained in:
+8
-1
@@ -30,7 +30,14 @@ steps:
|
||||
- name: binary
|
||||
path: release/windows
|
||||
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
|
||||
# image: devcrea/godot-ci:3.3.2-android
|
||||
|
||||
Reference in New Issue
Block a user