add working dir to node build

This commit is contained in:
2026-05-29 11:21:41 -04:00
parent 1ffe0c23cb
commit 376a21630e
2 changed files with 8 additions and 1 deletions
+1
View File
@@ -17,6 +17,7 @@ Install dependencies, build, and upload a build artifact
| `ARTIFACT_NAME` | <p>Name to give the uploaded artifact</p> | `false` | `dist` |
| `ARTIFACT_PATH` | <p>Path to upload as the artifact</p> | `false` | `dist` |
| `COPY_PRISMA_ENGINE` | <p>Copy the Prisma query engine binaries into the build directory</p> | `false` | `false` |
| `WORKING_DIRECTORY` | <p>Working directory for install, build, and artifact steps</p> | `false` | `.` |
<!-- action-docs-inputs source="action.yml" -->
<!-- action-docs-runs source="action.yml" -->