Fix build issue in backend-ci.yml

This commit is contained in:
2025-01-15 23:11:29 -05:00
parent 339a4565d2
commit a3de839755

View File

@@ -39,5 +39,4 @@ jobs:
with: with:
app-name: ${{ env.AZURE_WEBAPP_NAME }} app-name: ${{ env.AZURE_WEBAPP_NAME }}
publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }} publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}
B
package: '${{ env.AZURE_WEBAPP_PACKAGE_PATH }}/backend-app' package: '${{ env.AZURE_WEBAPP_PACKAGE_PATH }}/backend-app'