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

@@ -9,6 +9,8 @@ LABEL "repository"="http://github.com/webbertakken/unity-actions"
LABEL "homepage"="http://github.com/webbertakken/unity-actions"
LABEL "maintainer"="Webber Takken <webber@takken.io>"
ENV BUILD_TARGET=WebGL
ADD default-build-script /UnityBuilderAction
ADD entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh