From 827cd6e3902bc5910aaa36c631720efb7b1abf71 Mon Sep 17 00:00:00 2001 From: gautamkhanapuri <167844844+gautamkhanapuri@users.noreply.github.com> Date: Sun, 23 Jun 2024 20:11:16 +0530 Subject: [PATCH] Update azure-functions-app-python.yml --- .github/workflows/azure-functions-app-python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/azure-functions-app-python.yml b/.github/workflows/azure-functions-app-python.yml index a622ab5..a0900b0 100644 --- a/.github/workflows/azure-functions-app-python.yml +++ b/.github/workflows/azure-functions-app-python.yml @@ -24,7 +24,7 @@ on: env: AZURE_FUNCTIONAPP_NAME: 'gakfuncs' # set this to your function app name on Azure - AZURE_FUNCTIONAPP_PACKAGE_PATH: '.' # set this to the path to your function app project, defaults to the repository root + AZURE_FUNCTIONAPP_PACKAGE_PATH: '/gakfuncs' # set this to the path to your function app project, defaults to the repository root PYTHON_VERSION: '3.9' # set this to the python version to use (e.g. '3.6', '3.7', '3.8') jobs: