Skip to content

Commit

Permalink
Fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
amphasis committed Aug 31, 2024
1 parent e7f2dfe commit a17d985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Build and publish
run: |
dotnet build --configuration Release
dotnet publish -c Release --property:PublishDir=${{ env.AZURE_WEBAPP_PROJECT_PATH }} -maxcpucount:1
dotnet publish -c Release -o ${{ env.AZURE_WEBAPP_PROJECT_PATH }} -maxcpucount:1
# Deploy to Azure Web apps
- name: 'Run Azure webapp deploy action using publish profile credentials'
Expand Down

0 comments on commit a17d985

Please sign in to comment.