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