Revert var env ...
This commit is contained in:
+7
-6
@@ -11,12 +11,6 @@ platform:
|
||||
|
||||
environment:
|
||||
EXPORT_NAME: "Puzzle Quest"
|
||||
BUTLER_API_KEY:
|
||||
from_secret: BUTLER_API_KEY
|
||||
ITCHIO_USERNAME:
|
||||
from_secret: ITCHIO_USERNAME
|
||||
ITCHIO_GAME:
|
||||
from_secret: ITCHIO_GAME
|
||||
|
||||
clone:
|
||||
depth: 1
|
||||
@@ -35,6 +29,13 @@ steps:
|
||||
volumes:
|
||||
- name: binary
|
||||
path: release/windows
|
||||
environment:
|
||||
BUTLER_API_KEY:
|
||||
from_secret: BUTLER_API_KEY
|
||||
ITCHIO_USERNAME:
|
||||
from_secret: ITCHIO_USERNAME
|
||||
ITCHIO_GAME:
|
||||
from_secret: ITCHIO_GAME
|
||||
commands:
|
||||
- butler push "releases/windows" "${ITCHIO_USERNAME}/${ITCHIO_GAME}:windows"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user