diff --git a/.github/workflows/expiredposts_fujobfunctions.yml b/.github/workflows/expiredposts_fujobfunctions.yml index 4e3edcd6..b546b6cc 100644 --- a/.github/workflows/expiredposts_fujobfunctions.yml +++ b/.github/workflows/expiredposts_fujobfunctions.yml @@ -10,7 +10,7 @@ on: workflow_dispatch: env: - AZURE_FUNCTIONAPP_PACKAGE_PATH: '.FU.API/FU.Jobs' # set this to the path to your web app project, defaults to the repository root + AZURE_FUNCTIONAPP_PACKAGE_PATH: 'FU.API/FU.Jobs' # set this to the path to your web app project, defaults to the repository root DOTNET_VERSION: '7.0.x' # set this to the dotnet version to use jobs: