updated path in dist/index.js

pull/231/head
asya 2023-07-27 00:07:59 +03:00
parent 2e2aea0304
commit 8dbf604277
1 changed files with 2951 additions and 2951 deletions

6
dist/index.js generated vendored
View File

@ -36,7 +36,7 @@ function run([, name = 'main.js']) {
return __awaiter(this, void 0, void 0, function* () {
const script = path_1.default.basename(name);
switch (script) {
case 'main.js':
case 'main.js':--workdir
yield (0, main_1.run)();
break;
case 'post.js':
@ -333,7 +333,7 @@ const Docker = {
(0, fs_1.mkdirSync)(githubWorkflow);
const testPlatforms = (testMode === 'all' ? ['playmode', 'editmode', 'COMBINE_RESULTS'] : [testMode]).join(';');
return `docker run \
--workdir /github/workspace \
--workdir "c:/github/workspace" \
--cidfile "${cidfile}" \
--rm \
--env UNITY_LICENSE \
@ -359,7 +359,7 @@ const Docker = {
--env GITHUB_HEAD_REF \
--env GITHUB_BASE_REF \
--env GITHUB_EVENT_NAME \
--env GITHUB_WORKSPACE="/github/workspace" \
--env GITHUB_WORKSPACE="c:/github/workspace" \
--env GITHUB_ACTION \
--env GITHUB_EVENT_PATH \
--env RUNNER_OS \