Add buildVersion as action output (#144) (#145)

This commit is contained in:
Forrest Jones
2020-08-26 18:24:33 -06:00
committed by GitHub
parent 89bdaa5e46
commit 977683cd5f
6 changed files with 27 additions and 2 deletions

View File

@@ -4,6 +4,7 @@ import Cache from './cache';
import Docker from './docker';
import Input from './input';
import ImageTag from './image-tag';
import Output from './output';
import Platform from './platform';
import Project from './project';
import Unity from './unity';
@@ -17,6 +18,7 @@ export {
Docker,
Input,
ImageTag,
Output,
Platform,
Project,
Unity,