diff options
| author | Dhravya <[email protected]> | 2024-03-30 23:11:00 -0700 |
|---|---|---|
| committer | Dhravya <[email protected]> | 2024-03-30 23:11:00 -0700 |
| commit | 9f761cfa2651a591076f185a1726562a010655e9 (patch) | |
| tree | ce18b5218d93612cd350ec2aa34c7017536c2929 | |
| parent | fix: github action (diff) | |
| download | supermemory-9f761cfa2651a591076f185a1726562a010655e9.tar.xz supermemory-9f761cfa2651a591076f185a1726562a010655e9.zip | |
try to fix it again
| -rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f451449e..f6a64de6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,5 +28,5 @@ jobs: with: apiToken: ${{ secrets.CF_API_TOKEN }} packageManager: bun - buildCommand: bun run build - buildDirectory: apps/web/.vercel/output/static
\ No newline at end of file + workingDirectory: apps/web + command: bun run build
\ No newline at end of file |