From 48bc5239d8c094df1d46e48312c461153187cb1e Mon Sep 17 00:00:00 2001 From: antidoid Date: Wed, 31 Jan 2024 15:56:36 +0530 Subject: [PATCH] FIX: a typo in file name --- .github/workflows/deploy-function-to-Azure.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: