steam deploy fix

pull/263/head
Frostebite 2021-05-23 00:38:33 +01:00
parent a419e8058c
commit 1939496bdc
3 changed files with 7 additions and 7 deletions

6
dist/index.js vendored
View File

@ -1667,9 +1667,9 @@ class RemoteBuilder {
'-c',
`
ls
chmod -R +x entrypoint.sh;
chmod -R +x steps;
entrypoint.sh;
chmod -R +x ./entrypoint.sh;
chmod -R +x ./steps;
./entrypoint.sh;
`,
], `/${efsDirectoryName}`, `/${efsDirectoryName}/${buildUid}/steam/action/`, [
{

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -52,9 +52,9 @@ class RemoteBuilder {
'-c',
`
ls
chmod -R +x entrypoint.sh;
chmod -R +x steps;
entrypoint.sh;
chmod -R +x ./entrypoint.sh;
chmod -R +x ./steps;
./entrypoint.sh;
`,
],
`/${efsDirectoryName}`,