Skip to content

Commit 84d5945

Browse files
authored
Update Publish directory
1 parent dbec68d commit 84d5945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/azure-webapps-deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: dotnet build ./src/WeeklyXamarin.Mobile/WeeklyXamarin.Blazor/Server/WeeklyXamarin.Blazor.Server.csproj --configuration Release
5555

5656
- name: dotnet publish
57-
run: dotnet publish -c Release -o ${{env.DOTNET_ROOT}}/myapp
57+
run: dotnet publish ./src/WeeklyXamarin.Mobile/WeeklyXamarin.Blazor/Server/WeeklyXamarin.Blazor.Server.csproj -c Release -o ${{env.DOTNET_ROOT}}/myapp
5858

5959
- name: Upload artifact for deployment job
6060
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)