We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d43aff commit 18b1e54Copy full SHA for 18b1e54
.github/workflows/CD-azure-functions.yml
@@ -9,7 +9,7 @@ on:
9
10
env:
11
AZURE_FUNCTIONAPP_NAME: AutomaticClockOuts # set this to your application's name
12
- AZURE_FUNCTIONAPP_PACKAGE_PATH: '../AutomaticClockOuts' # set this to the path to your web app project, defaults to the repository root
+ AZURE_FUNCTIONAPP_PACKAGE_PATH: './AutomaticClockOuts' # set this to the path to your web app project, defaults to the repository root
13
14
jobs:
15
build-and-deploy:
0 commit comments