Skip to content

Commit 0e46219

Browse files
authored
Update azure-webapps-dotnet-core.yml
1 parent c225e43 commit 0e46219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/azure-webapps-dotnet-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: dotnet build --configuration Release
5757

5858
- name: dotnet publish
59-
run: dotnet publish -c Release -o ${{env.DOTNET_ROOT}}/myapp
59+
run: dotnet publish -c Release -o ${{env.DOTNET_ROOT}}/SampleNETApp
6060

6161
- name: Upload artifact for deployment job
6262
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)