diff --git a/.github/workflows/deploy-function-to-Azure.yml b/.github/workflows/deploy-function-to-Azure.yml index a37dd0c..5e012a2 100644 --- a/.github/workflows/deploy-function-to-Azure.yml +++ b/.github/workflows/deploy-function-to-Azure.yml @@ -4,7 +4,7 @@ on: [push] env: AZURE_FUNCTIONAPP_NAME: "az-qr-code-func" # set this to your function app name on Azure - AZURE_FUNCTIONAPP_PACKAGE_PATH: ".qrCodeGenerator" # set this to the path to your function app project, defaults to the repository root + AZURE_FUNCTIONAPP_PACKAGE_PATH: "qrCodeGenerator" # set this to the path to your function app project, defaults to the repository root PYTHON_VERSION: "3.11" # set this to the python version to use (e.g. '3.6', '3.7', '3.8') jobs: