From 9052d3cf2d732cf4bce4b004c4bdbd094494d37f Mon Sep 17 00:00:00 2001 From: gregor Date: Sat, 16 Mar 2024 07:24:29 +0300 Subject: [PATCH] update --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1bfdc19..2dfc66e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -40,7 +40,7 @@ jobs: with: project: "flat-donkey-84" entrypoint: "packages/backend/src/index.ts" # 📝 Update the entrypoint if necessary - root: "out" # 📝 Update the root if necessary + root: "./out" # 📝 Update the root if necessary # release: # runs-on: ubuntu-latest # steps: