Skip to content

Commit

Permalink
Merge pull request #50 from mule/49-deployment-fails-wrong-folder-in-…
Browse files Browse the repository at this point in the history
…workflow

Folder fixed
  • Loading branch information
mule authored Sep 23, 2023
2 parents 30db3f1 + 682ca71 commit 4081ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
# Publish to a temporary folder
- name: Publish
if: github.ref == 'refs/heads/main'
run: dotnet publish ./ChatGptBlazorApp --configuration Release --output ${{env.AZURE_WEBAPP_PACKAGE_PATH}}/dist
run: dotnet publish ./BlazorApp --configuration Release --output ${{env.AZURE_WEBAPP_PACKAGE_PATH}}/dist


# Deploy to Azure Web App
Expand Down

0 comments on commit 4081ba8

Please sign in to comment.