diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 52b10aa..4a840c5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -68,7 +68,7 @@ jobs: - name: Build and publish run: | dotnet build --configuration Release - dotnet publish -c Release -o ${{ env.AZURE_WEBAPP_PROJECT_PATH }} -maxcpucount:1 + dotnet publish -c Release --property:PublishDir=${{ env.AZURE_WEBAPP_PROJECT_PATH }} -maxcpucount:1 # Deploy to Azure Web apps - name: 'Run Azure webapp deploy action using publish profile credentials'