mirror of
https://github.com/game-ci/unity-builder.git
synced 2026-06-12 17:03:55 -07:00
Update scripts reference to Dockerfile
This commit is contained in:
+5
-1
@@ -25,8 +25,12 @@ export default class Action {
|
||||
return path.dirname(path.dirname(__filename));
|
||||
}
|
||||
|
||||
static get builderFolder() {
|
||||
return `${Action.rootFolder}/builder`;
|
||||
}
|
||||
|
||||
static get dockerfile() {
|
||||
return `${Action.rootFolder}/Dockerfile`;
|
||||
return `${Action.builderFolder}/Dockerfile`;
|
||||
}
|
||||
|
||||
static get workspace() {
|
||||
|
||||
Reference in New Issue
Block a user