Skip to content

Commit

Permalink
Adjust path more
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed Dec 20, 2023
1 parent a06e7f5 commit 9b5ba95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/azure-functions-app-dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

env:
AZURE_FUNCTIONAPP_NAME: 'func-cfsalerts-prod-australiasoutheast' # set this to your function app name on Azure
AZURE_FUNCTIONAPP_PACKAGE_PATH: '/src/CfsAlerts' # set this to the path to your function app project, defaults to the repository root
AZURE_FUNCTIONAPP_PACKAGE_PATH: './src/CfsAlerts' # set this to the path to your function app project, defaults to the repository root
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:
Expand Down

0 comments on commit 9b5ba95

Please sign in to comment.