Change workflow and variables to allow multiple build jobs

This commit is contained in:
Webber
2019-12-14 17:12:13 +01:00
committed by Webber Takken
parent e9496f5ba2
commit 9a21280b09
4 changed files with 57 additions and 39 deletions

View File

@@ -5,8 +5,6 @@ inputs: {}
outputs:
buildPath:
description: "Path where the current platform has been built to."
allBuildsPath:
description: "Path where the build folders are stored. Each platform creates a folder within it."
runs:
using: 'docker'
image: 'Dockerfile'