diff --git a/.github/workflows/publish-data-generation-function.yaml b/.github/workflows/publish-data-generation-function.yaml index 87c7978..81efec4 100644 --- a/.github/workflows/publish-data-generation-function.yaml +++ b/.github/workflows/publish-data-generation-function.yaml @@ -5,7 +5,7 @@ on: env: AZURE_FUNCTIONAPP_NAME: 'dev-aquaplatform-func' # set this to your function app name on Azure - AZURE_FUNCTIONAPP_PACKAGE_PATH: 'src/DataGeneratorFunction' # set this to the path to your function app project, defaults to the repository root + AZURE_FUNCTIONAPP_PACKAGE_PATH: 'src/DataGeneratorFunction' ``` DOTNET_VERSION: '8.0.x' # set this to the dotnet version to use (e.g. '2.1.x', '3.1.x', '5.0.x') jobs: