Skip to content

Commit

Permalink
Updated publish location for MVP CI-CD
Browse files Browse the repository at this point in the history
  • Loading branch information
robearlam committed Sep 18, 2024
1 parent 120f13d commit b0995da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_azureWebapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
cd ${{ inputs.projectLocation }}
dotnet restore
dotnet build --configuration ${{ inputs.buildConfiguration }}
dotnet publish -c ${{ inputs.buildConfiguration }} -o '../../../../publish/${{ inputs.assetName }}'
dotnet publish -c ${{ inputs.buildConfiguration }} -o '../../../publish/${{ inputs.assetName }}'
- name: 'Run Azure webapp deploy action using publish profile credentials'
uses: azure/webapps-deploy@v2
with:
Expand Down

0 comments on commit b0995da

Please sign in to comment.