From 1a95176d597a649b454be0df49c7b18f8b3e705f Mon Sep 17 00:00:00 2001 From: Leo Durrant Date: Mon, 5 Aug 2024 22:13:15 +0100 Subject: [PATCH] fix: package path --- .github/workflows/build-server.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-server.yml b/.github/workflows/build-server.yml index b66bd93..82f98f1 100644 --- a/.github/workflows/build-server.yml +++ b/.github/workflows/build-server.yml @@ -7,7 +7,7 @@ on: env: AZURE_WEBAPP_NAME: leovox # set this to your application's name - AZURE_WEBAPP_PACKAGE_PATH: "/server" # set this to the path to your web app project, defaults to the repository root + AZURE_WEBAPP_PACKAGE_PATH: "server/dist" # set this to the path to your web app project, defaults to the repository root NODE_VERSION: "20.x" # set this to the node version to use jobs: