This commit is contained in:
gregor 2024-03-16 07:24:29 +03:00
parent bfbc781d65
commit 9052d3cf2d

View File

@ -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: