From 3533276419a9d5fe16bb64eb27c30ffa462d2422 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gwyneth=20Pe=C3=B1a-Siguenza?= Date: Thu, 16 Nov 2023 21:49:03 -0500 Subject: [PATCH] Update api.main.yml --- .github/workflows/api.main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/api.main.yml b/.github/workflows/api.main.yml index 2c7a6c9..909798b 100644 --- a/.github/workflows/api.main.yml +++ b/.github/workflows/api.main.yml @@ -32,7 +32,7 @@ jobs: - name: 'Resolve Project Dependencies Using Dotnet' shell: pwsh run: | - pushd './${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}/api' + pushd './${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}/' dotnet build --configuration Release --output ./output popd - name: 'Run Azure Functions Action' @@ -40,7 +40,7 @@ jobs: id: fa with: app-name: ${{ env.AZURE_FUNCTIONAPP_NAME }} - package: '${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}/api/output' + package: '${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}/output' publish-profile: ${{ secrets.AZURE_FUNCTIONAPP_PUBLISH_PROFILE }}